Skip to content

Commit 3933869

Browse files
committed
Release v0.22.0.
1 parent de78875 commit 3933869

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ 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.22.0] 2024-01-15
10+
### Fixed
11+
- Remove deprecation warnings from crystal 1.11.
12+
- Tell the compiler LibGio.g_application_run can raise exceptions, so you can catch then.
13+
914
## [0.21.0] 2023-12-10
1015
### Fixed
1116
- Use ::Bytes on array of UInt8 parameters and return values. (#140)

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.21.0
2+
version: 0.22.0
33

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

0 commit comments

Comments
 (0)