Skip to content

Commit 635ca37

Browse files
Changelog for 1.18.2 (#16243)
* Add changelog for 1.18.2 * Update changelog for 1.18.2
1 parent ba13db6 commit 635ca37

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

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

3+
## [1.18.2] (2025-10-21)
4+
5+
[1.18.2]: https://github.com/crystal-lang/crystal/releases/1.18.2
6+
7+
### Bugfixes
8+
9+
#### stdlib
10+
11+
- _(files)_ **[regression]** Revert type restriction for `IO#read_bytes` ([#16231], thanks @straight-shoota)
12+
- _(runtime)_ Fix `Fiber::ExecutionContext.default_workers_count` to avoid taking into account unsupported values ([#16227], thanks @Sija)
13+
14+
[#16231]: https://github.com/crystal-lang/crystal/pull/16231
15+
[#16227]: https://github.com/crystal-lang/crystal/pull/16227
16+
17+
### Infrastructure
18+
19+
- Changelog for 1.18.2 ([#16243], thanks @matiasgarciaisaia)
20+
21+
[#16243]: https://github.com/crystal-lang/crystal/pull/16243
22+
323
## [1.18.1] (2025-10-17)
424

525
[1.18.1]: https://github.com/crystal-lang/crystal/releases/1.18.1

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.18.1
2+
version: 1.18.2
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-
1760659200
1+
1761004800

src/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18.1
1+
1.18.2

0 commit comments

Comments
 (0)