Skip to content

Commit 3f369d2

Browse files
Changelog for 1.16.3 (#15758)
1 parent 3c0d450 commit 3f369d2

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CHANGELOG.md

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

3+
## [1.16.3] (2025-05-12)
4+
5+
[1.16.3]: https://github.com/crystal-lang/crystal/releases/1.16.3
6+
7+
### Bugfixes
8+
9+
#### stdlib
10+
11+
- *(runtime)* Fix `Crystal::EventLoop::LibEvent` and `FiberExecutionContext` integration ([#15759], backported from [#15743], thanks @ysbaddaden)
12+
13+
[#15759]: https://github.com/crystal-lang/crystal/pull/15759
14+
[#15743]: https://github.com/crystal-lang/crystal/pull/15743
15+
16+
#### compiler
17+
18+
- *(codegen)* Add fallback if `__crystal_raise_cast_failed` is missing ([#15769], backported from [#15762], thanks @HertzDevil)
19+
- *(semantic)* **[regression]** Remove type binding on `T` for `Pointer(T)#value=` ([#15757], backported from [#15751], thanks @HertzDevil)
20+
21+
[#15769]: https://github.com/crystal-lang/crystal/pull/15769
22+
[#15762]: https://github.com/crystal-lang/crystal/pull/15762
23+
[#15757]: https://github.com/crystal-lang/crystal/pull/15757
24+
[#15751]: https://github.com/crystal-lang/crystal/pull/15751
25+
26+
### Infrastructure
27+
28+
- Changelog for 1.16.3 ([#15758], thanks @straight-shoota)
29+
30+
[#15758]: https://github.com/crystal-lang/crystal/pull/15758
31+
332
## [1.16.2] (2025-04-29)
433

534
[1.16.2]: https://github.com/crystal-lang/crystal/releases/1.16.2

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.2
2+
version: 1.16.3
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-
1745884800
1+
1747008000

src/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.2
1+
1.16.3

0 commit comments

Comments
 (0)