From 74b40720d081895646623a75e6c5499cbc864c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Fri, 12 Jul 2024 10:01:57 +0200 Subject: [PATCH 1/3] Release 1.13.1 --- _releases/2024-07-12-1.13.1-released.md | 38 +++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 _releases/2024-07-12-1.13.1-released.md diff --git a/_releases/2024-07-12-1.13.1-released.md b/_releases/2024-07-12-1.13.1-released.md new file mode 100644 index 00000000..65239410 --- /dev/null +++ b/_releases/2024-07-12-1.13.1-released.md @@ -0,0 +1,38 @@ +--- +title: Crystal 1.13.1 is released! +version: 1.13.1 +date: 2024-07-12 +author: straight-shoota +--- +We are announcing a new patch release of the Crystal [1.13 series](/_releases/2024-07-12-1.13.0-released.md) with some important bugfixes. + +Pre-built packages are available on [GitHub Releases](https://github.com/crystal-lang/crystal/releases/tag/1.13.1) +and our official distribution channels. +See [crystal-lang.org/install](https://crystal-lang.org/install/) for +installation instructions. + +## Stats + +This release includes [2 changes since 1.13.0](https://github.com/crystal-lang/crystal/pulls?q=is%3Apr+milestone%3A1.13.1) +by 1 contributor. We thank all the contributors for all the effort put into +improving the language! ❤️ + +## Changes + +This release fixes a regression in the `JSON` package introduced by a performance optimization in 1.13.0. We're reverting that change and fix it in an upcoming release. + +For more details, visit the [full changelog](https://github.com/crystal-lang/crystal/releases/tag/1.13.1). + +If you find any further issues, please [report them](https://github.com/crystal-lang/crystal/issues/). + +--- + +> **THANKS:** +> We have been able to do all of this thanks to the continued support of [84codes](https://www.84codes.com/) and every other [sponsor](/sponsors). +> To maintain and increase the development pace, donations and sponsorships are +> essential. [OpenCollective](https://opencollective.com/crystal-lang) is +> available for that. +> +> Reach out to [crystal@manas.tech](mailto:crystal@manas.tech) +> if you’d like to become a direct sponsor or find other ways to support Crystal. +> We thank you in advance! \ No newline at end of file From 70b21831866b7a6244526c42d8a6cb3b9d1ec0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Fri, 12 Jul 2024 11:18:05 +0200 Subject: [PATCH 2/3] fixup --- _releases/2024-07-12-1.13.1-released.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_releases/2024-07-12-1.13.1-released.md b/_releases/2024-07-12-1.13.1-released.md index 65239410..2e1a66d1 100644 --- a/_releases/2024-07-12-1.13.1-released.md +++ b/_releases/2024-07-12-1.13.1-released.md @@ -4,7 +4,7 @@ version: 1.13.1 date: 2024-07-12 author: straight-shoota --- -We are announcing a new patch release of the Crystal [1.13 series](/_releases/2024-07-12-1.13.0-released.md) with some important bugfixes. +We are announcing a new patch release of the Crystal [1.13 series](/_releases/2024-07-09-1.13.0-released.md) with some important bugfixes. Pre-built packages are available on [GitHub Releases](https://github.com/crystal-lang/crystal/releases/tag/1.13.1) and our official distribution channels. @@ -35,4 +35,5 @@ If you find any further issues, please [report them](https://github.com/crystal- > > Reach out to [crystal@manas.tech](mailto:crystal@manas.tech) > if you’d like to become a direct sponsor or find other ways to support Crystal. -> We thank you in advance! \ No newline at end of file +> We thank you in advance! + From a12c6d78858c64f69ea0f8ae642fcfc4606fc30f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Fri, 12 Jul 2024 14:50:45 +0200 Subject: [PATCH 3/3] Specify reason for patch release --- _releases/2024-07-12-1.13.1-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_releases/2024-07-12-1.13.1-released.md b/_releases/2024-07-12-1.13.1-released.md index 2e1a66d1..d61e3838 100644 --- a/_releases/2024-07-12-1.13.1-released.md +++ b/_releases/2024-07-12-1.13.1-released.md @@ -4,7 +4,7 @@ version: 1.13.1 date: 2024-07-12 author: straight-shoota --- -We are announcing a new patch release of the Crystal [1.13 series](/_releases/2024-07-09-1.13.0-released.md) with some important bugfixes. +We are announcing a new patch release of the Crystal [1.13 series](/_releases/2024-07-09-1.13.0-released.md) to fix a regression with Unicode strings in the JSON parser. Pre-built packages are available on [GitHub Releases](https://github.com/crystal-lang/crystal/releases/tag/1.13.1) and our official distribution channels.