Skip to content

Commit d2369ac

Browse files
Changelog for 1.16.1 (#15666)
1 parent 9961e39 commit d2369ac

File tree

4 files changed

+47
-3
lines changed

4 files changed

+47
-3
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# Changelog
22

3+
## [1.16.1] (2025-04-16)
4+
5+
[1.16.1]: https://github.com/crystal-lang/crystal/releases/1.16.1
6+
7+
### Bugfixes
8+
9+
#### stdlib
10+
11+
- *(runtime)* Correctly transfer FD ownership in polling event loop ([#15650], thanks @ysbaddaden)
12+
- *(runtime)* Fix error message when `PollDescriptor` can't transfer fd ([#15663], thanks @ysbaddaden)
13+
- *(runtime)* Fix `libgc` pkg-config name for version discovery ([#15636], thanks @straight-shoota)
14+
- *(serialization)* **[regression]** Fix link `bcrypt` with `libxml2` on Windows ([#15651], thanks @straight-shoota)
15+
16+
[#15650]: https://github.com/crystal-lang/crystal/pull/15650
17+
[#15663]: https://github.com/crystal-lang/crystal/pull/15663
18+
[#15636]: https://github.com/crystal-lang/crystal/pull/15636
19+
[#15651]: https://github.com/crystal-lang/crystal/pull/15651
20+
21+
#### compiler
22+
23+
- *(cli)* **[regression]** Fix `crystal eval` read from stdin ([#15655], thanks @straight-shoota)
24+
25+
[#15655]: https://github.com/crystal-lang/crystal/pull/15655
26+
27+
### Documentation
28+
29+
#### stdlib
30+
31+
- *(runtime)* Enable docs for `ExecutionContext` ([#15644], thanks @straight-shoota)
32+
- *(runtime)* Fix mark method overrides on `ExecutionContext` as `:nodoc:` ([#15659], thanks @ysbaddaden)
33+
- *(runtime)* Update docs for `Fiber::ExecutionContext.default_workers_count` ([#15664], thanks @ysbaddaden)
34+
- *(runtime)* Enhance documentation for `ExecutionContext` ([#15665], thanks @straight-shoota)
35+
36+
[#15644]: https://github.com/crystal-lang/crystal/pull/15644
37+
[#15659]: https://github.com/crystal-lang/crystal/pull/15659
38+
[#15664]: https://github.com/crystal-lang/crystal/pull/15664
39+
[#15665]: https://github.com/crystal-lang/crystal/pull/15665
40+
41+
### Infrastructure
42+
43+
- Changelog for 1.16.1 ([#15666], thanks @straight-shoota)
44+
45+
[#15666]: https://github.com/crystal-lang/crystal/pull/15666
46+
347
## [1.16.0] (2025-04-09)
448

549
[1.16.0]: https://github.com/crystal-lang/crystal/releases/1.16.0

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: crystal
2-
version: 1.16.0
2+
version: 1.16.1
33

44
authors:
55
- Crystal Core Team <[email protected]>

src/SOURCE_DATE_EPOCH

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1744156800
1+
1744761600

src/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.0
1+
1.16.1

0 commit comments

Comments
 (0)