Skip to content

Commit d29a4d8

Browse files
Changelog for 1.18.1 (#16224)
* Add changelog for 1.18.1 * Update changelog for 1.18.1
1 parent b4478c6 commit d29a4d8

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

CHANGELOG.md

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

3+
## [1.18.1] (2025-10-17)
4+
5+
[1.18.1]: https://github.com/crystal-lang/crystal/releases/1.18.1
6+
7+
### Bugfixes
8+
9+
#### stdlib
10+
11+
- _(networking)_ **[regression]** Revert adding type restrictions on `HTTP::WebSocket#send` etc. ([#16218], thanks @straight-shoota)
12+
13+
[#16218]: https://github.com/crystal-lang/crystal/pull/16218
14+
15+
#### compiler
16+
17+
- _(parser)_ **[regression]** Fix allow space after base type in enum def ([#16217], thanks @straight-shoota)
18+
19+
[#16217]: https://github.com/crystal-lang/crystal/pull/16217
20+
21+
### Infrastructure
22+
23+
- Changelog for 1.18.1 ([#16224], thanks @matiasgarciaisaia)
24+
25+
[#16224]: https://github.com/crystal-lang/crystal/pull/16224
26+
327
## [1.18.0] (2025-10-14)
428

529
[1.18.0]: https://github.com/crystal-lang/crystal/releases/1.18.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.18.0
2+
version: 1.18.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-
1760400000
1+
1760659200

src/VERSION

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

0 commit comments

Comments
 (0)