Skip to content

Commit 37ad0b5

Browse files
committed
Release v0.23.0.
1 parent 1f8978f commit 37ad0b5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
Changes that change the generated API have a ⚠️.
88

9+
## [0.23.0] 2024-07-11
10+
### Added
11+
- Add support for Gio async functions (#157).
12+
13+
### Changed
14+
- Requires Crystal compiler >= 1.6.0 (No PR 😁 2ebec2b0f9251b56b4310a8413b5d828c339af5f).
15+
- CI now uses newer libraries through Ubuntu 24.04 (#154).
16+
17+
### Fixed
18+
- Some code cleanup (#155 #156).
19+
920
## [0.22.3] 2024-06-10
1021
### Fixed
1122
- Fixed compilation problem when project dir has spaces, thanks @BigBoyBarney (#149)

shard.yml

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

44
authors:
55
- Hugo Parente Lima <[email protected]>

0 commit comments

Comments
 (0)