diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d269d60aada..d14bccfb98ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,49 @@ # Changelog +## [1.16.1] (2025-04-16) + +[1.16.1]: https://github.com/crystal-lang/crystal/releases/1.16.1 + +### Bugfixes + +#### stdlib + +- *(runtime)* Correctly transfer FD ownership in polling event loop ([#15650], thanks @ysbaddaden) +- *(runtime)* Fix error message when `PollDescriptor` can't transfer fd ([#15663], thanks @ysbaddaden) +- *(runtime)* Fix `libgc` pkg-config name for version discovery ([#15636], thanks @straight-shoota) +- *(serialization)* **[regression]** Fix link `bcrypt` with `libxml2` on Windows ([#15651], thanks @straight-shoota) + +[#15650]: https://github.com/crystal-lang/crystal/pull/15650 +[#15663]: https://github.com/crystal-lang/crystal/pull/15663 +[#15636]: https://github.com/crystal-lang/crystal/pull/15636 +[#15651]: https://github.com/crystal-lang/crystal/pull/15651 + +#### compiler + +- *(cli)* **[regression]** Fix `crystal eval` read from stdin ([#15655], thanks @straight-shoota) + +[#15655]: https://github.com/crystal-lang/crystal/pull/15655 + +### Documentation + +#### stdlib + +- *(runtime)* Enable docs for `ExecutionContext` ([#15644], thanks @straight-shoota) +- *(runtime)* Fix mark method overrides on `ExecutionContext` as `:nodoc:` ([#15659], thanks @ysbaddaden) +- *(runtime)* Update docs for `Fiber::ExecutionContext.default_workers_count` ([#15664], thanks @ysbaddaden) +- *(runtime)* Enhance documentation for `ExecutionContext` ([#15665], thanks @straight-shoota) + +[#15644]: https://github.com/crystal-lang/crystal/pull/15644 +[#15659]: https://github.com/crystal-lang/crystal/pull/15659 +[#15664]: https://github.com/crystal-lang/crystal/pull/15664 +[#15665]: https://github.com/crystal-lang/crystal/pull/15665 + +### Infrastructure + +- Changelog for 1.16.1 ([#15666], thanks @straight-shoota) + +[#15666]: https://github.com/crystal-lang/crystal/pull/15666 + ## [1.16.0] (2025-04-09) [1.16.0]: https://github.com/crystal-lang/crystal/releases/1.16.0 diff --git a/shard.yml b/shard.yml index dbe2d3d1c356..dc703dcf8cb0 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: crystal -version: 1.16.0 +version: 1.16.1 authors: - Crystal Core Team diff --git a/src/SOURCE_DATE_EPOCH b/src/SOURCE_DATE_EPOCH index 3ed82b408cc5..bf217b0af061 100644 --- a/src/SOURCE_DATE_EPOCH +++ b/src/SOURCE_DATE_EPOCH @@ -1 +1 @@ -1744156800 +1744761600 diff --git a/src/VERSION b/src/VERSION index 15b989e398fc..41c11ffb730c 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.16.0 +1.16.1