Skip to content

Commit

Permalink
Release v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Dec 10, 2023
1 parent 8d2fe58 commit 079b176
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Changes that change the generated API have a ⚠️.

## [0.21.0] 2023-12-10
### Fixed
- Use ::Bytes on array of UInt8 parameters and return values. (#140)

### Added
- Gio bindings are now included in GICrystal (#139).
- Easier to require just `GLib`, `GObject` or `Gio`, use `require "gi-crystal/glib"`,
`require "gi-crystal/gobject"` or `require "gi-crystal/gio"`

## [0.20.1] 2023-12-09
### Fixed
- Fixed a crash when trying to cast modules (#132)
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.20.1
version: 0.21.0

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

0 comments on commit 079b176

Please sign in to comment.