Skip to content

Commit

Permalink
Release v0.23.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Jul 11, 2024
1 parent 1f8978f commit 37ad0b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Changes that change the generated API have a ⚠️.

## [0.23.0] 2024-07-11
### Added
- Add support for Gio async functions (#157).

### Changed
- Requires Crystal compiler >= 1.6.0 (No PR 😁 2ebec2b0f9251b56b4310a8413b5d828c339af5f).
- CI now uses newer libraries through Ubuntu 24.04 (#154).

### Fixed
- Some code cleanup (#155 #156).

## [0.22.3] 2024-06-10
### Fixed
- Fixed compilation problem when project dir has spaces, thanks @BigBoyBarney (#149)
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gi-crystal
version: 0.22.3
version: 0.23.0

authors:
- Hugo Parente Lima <[email protected]>
Expand Down

0 comments on commit 37ad0b5

Please sign in to comment.