From 0cef61e514267c265eb86f85ab250f85819e23c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Fri, 12 Jul 2024 14:42:47 +0200 Subject: [PATCH] Changelog for 1.13.1 (#14806) --- CHANGELOG.md | 18 ++++++++++++++++++ src/SOURCE_DATE_EPOCH | 2 +- src/VERSION | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a7fc10f85f..382f76969ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.13.1] (2024-07-12) + +[1.13.1]: https://github.com/crystal-lang/crystal/releases/1.13.1 + +### Bugfixes + +#### stdlib + +- *(serialization)* **[regression]** Revert "Optimize JSON parsing a bit" ([#14804], thanks @straight-shoota) + +[#14804]: https://github.com/crystal-lang/crystal/pull/14804 + +### Infrastructure + +- Changelog for 1.13.1 ([#14806], thanks @straight-shoota) + +[#14806]: https://github.com/crystal-lang/crystal/pull/14806 + ## [1.13.0] (2024-07-09) [1.13.0]: https://github.com/crystal-lang/crystal/releases/1.13.0 diff --git a/src/SOURCE_DATE_EPOCH b/src/SOURCE_DATE_EPOCH index ae6e55c235fe..efabb39ec223 100644 --- a/src/SOURCE_DATE_EPOCH +++ b/src/SOURCE_DATE_EPOCH @@ -1 +1 @@ -1720483200 +1720742400 diff --git a/src/VERSION b/src/VERSION index feaae22bac7e..b50dd27dd92e 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.13.0 +1.13.1