From 569e78d269bfd0808feed3531ec2b4057890cd63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Tue, 10 Sep 2024 08:44:30 +0200 Subject: [PATCH 1/6] Add changelog for 1.13.3 --- CHANGELOG.md | 22 ++++++++++++++++++++++ src/SOURCE_DATE_EPOCH | 2 +- src/VERSION | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f97d0bedeb1b..6bfe482c63e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [1.13.3] (2024-09-13) + +[1.13.3]: https://github.com/crystal-lang/crystal/releases/1.13.3 + +### Bugfixes + +#### stdlib + +- **[regression]** Fix use global paths in macro bodies ([#14965], thanks @straight-shoota) +- *(system)* **[regression]** Fix `Process.exec` stream redirection on Windows ([#14986], thanks @HertzDevil) +- *(text)* **[regression]** Fix `String#index` and `#rindex` for `Char::REPLACEMENT` ([#14937], thanks @HertzDevil) + +[#14965]: https://github.com/crystal-lang/crystal/pull/14965 +[#14986]: https://github.com/crystal-lang/crystal/pull/14986 +[#14937]: https://github.com/crystal-lang/crystal/pull/14937 + +### Infrastructure + +- Changelog for 1.13.3 ([#14990], thanks @straight-shoota) + +[#14990]: https://github.com/crystal-lang/crystal/pull/14990 + ## [1.13.2] (2024-08-20) [1.13.2]: https://github.com/crystal-lang/crystal/releases/1.13.2 diff --git a/src/SOURCE_DATE_EPOCH b/src/SOURCE_DATE_EPOCH index 0ea6bd82d669..a309353558e1 100644 --- a/src/SOURCE_DATE_EPOCH +++ b/src/SOURCE_DATE_EPOCH @@ -1 +1 @@ -1724112000 +1726185600 diff --git a/src/VERSION b/src/VERSION index 61ce01b30118..01b7568230eb 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.13.2 +1.13.3 From a289f813268985f89fb7f6e7c28ff17f8ea2c1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Tue, 10 Sep 2024 08:46:06 +0200 Subject: [PATCH 2/6] Update changelog for 1.13.3 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bfe482c63e6..b5bc0f21287c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,17 +9,21 @@ #### stdlib - **[regression]** Fix use global paths in macro bodies ([#14965], thanks @straight-shoota) +- *(specs)* **[regression]** Fix `Expectations::Be` for module type ([#14926], thanks @straight-shoota) - *(system)* **[regression]** Fix `Process.exec` stream redirection on Windows ([#14986], thanks @HertzDevil) - *(text)* **[regression]** Fix `String#index` and `#rindex` for `Char::REPLACEMENT` ([#14937], thanks @HertzDevil) [#14965]: https://github.com/crystal-lang/crystal/pull/14965 +[#14926]: https://github.com/crystal-lang/crystal/pull/14926 [#14986]: https://github.com/crystal-lang/crystal/pull/14986 [#14937]: https://github.com/crystal-lang/crystal/pull/14937 ### Infrastructure +- Changelog for 1.13.3 ([#14991], thanks @straight-shoota) - Changelog for 1.13.3 ([#14990], thanks @straight-shoota) +[#14991]: https://github.com/crystal-lang/crystal/pull/14991 [#14990]: https://github.com/crystal-lang/crystal/pull/14990 ## [1.13.2] (2024-08-20) From 53e88455bc27793ff2d3f0f0164f12514291e4d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Tue, 10 Sep 2024 08:47:45 +0200 Subject: [PATCH 3/6] Update changelog for 1.13.3 --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5bc0f21287c..6ae411b75d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,10 +21,8 @@ ### Infrastructure - Changelog for 1.13.3 ([#14991], thanks @straight-shoota) -- Changelog for 1.13.3 ([#14990], thanks @straight-shoota) [#14991]: https://github.com/crystal-lang/crystal/pull/14991 -[#14990]: https://github.com/crystal-lang/crystal/pull/14990 ## [1.13.2] (2024-08-20) From 261b1cb93acce45c6dca4ecc29203f62a46aa74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Tue, 17 Sep 2024 13:48:30 +0200 Subject: [PATCH 4/6] Update changelog for 1.13.3 --- shard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shard.yml b/shard.yml index 0dd8c2abf3a1..6463a5681c65 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: crystal -version: 1.13.2 +version: 1.13.3 authors: - Crystal Core Team From e6d7527b9c52782c6ac0496411dbd6b36ec75928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Tue, 17 Sep 2024 21:18:46 +0200 Subject: [PATCH 5/6] Update changelog for 1.13.3 --- CHANGELOG.md | 4 +++- src/SOURCE_DATE_EPOCH | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae411b75d62..1f6f6252c9f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.13.3] (2024-09-13) +## [1.13.3] (2024-09-18) [1.13.3]: https://github.com/crystal-lang/crystal/releases/1.13.3 @@ -21,8 +21,10 @@ ### Infrastructure - Changelog for 1.13.3 ([#14991], thanks @straight-shoota) +- *(ci)* Enable runners from `runs-on.com` for Aarch64 CI ([#15007], thanks @straight-shoota) [#14991]: https://github.com/crystal-lang/crystal/pull/14991 +[#15007]: https://github.com/crystal-lang/crystal/pull/15007 ## [1.13.2] (2024-08-20) diff --git a/src/SOURCE_DATE_EPOCH b/src/SOURCE_DATE_EPOCH index a309353558e1..13a79f624e9d 100644 --- a/src/SOURCE_DATE_EPOCH +++ b/src/SOURCE_DATE_EPOCH @@ -1 +1 @@ -1726185600 +1726617600 From a948289ccc803c5a79fbec9eb9cccfe27dc6a9a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Tue, 17 Sep 2024 21:28:16 +0200 Subject: [PATCH 6/6] Update changelog for 1.13.3 --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f6f6252c9f4..341586a8fb95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,10 @@ #### stdlib - **[regression]** Fix use global paths in macro bodies ([#14965], thanks @straight-shoota) -- *(specs)* **[regression]** Fix `Expectations::Be` for module type ([#14926], thanks @straight-shoota) - *(system)* **[regression]** Fix `Process.exec` stream redirection on Windows ([#14986], thanks @HertzDevil) - *(text)* **[regression]** Fix `String#index` and `#rindex` for `Char::REPLACEMENT` ([#14937], thanks @HertzDevil) [#14965]: https://github.com/crystal-lang/crystal/pull/14965 -[#14926]: https://github.com/crystal-lang/crystal/pull/14926 [#14986]: https://github.com/crystal-lang/crystal/pull/14986 [#14937]: https://github.com/crystal-lang/crystal/pull/14937