Skip to content

Commit c2658ae

Browse files
committed
Release v0.24.0.
1 parent 68cdd60 commit c2658ae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ 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.24.0] 2024-07-19
10+
### Added
11+
- Consider all String properties as nilable and add `prop_name?` and `prop_name=(Nil)` (#160).
12+
913
## [0.23.0] 2024-07-11
1014
### Added
1115
- Add support for Gio async functions (#157).

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.23.0
2+
version: 0.24.0
33

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

0 commit comments

Comments
 (0)