Skip to content

Commit 079b176

Browse files
committed
Release v0.21.0
1 parent 8d2fe58 commit 079b176

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ 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.21.0] 2023-12-10
10+
### Fixed
11+
- Use ::Bytes on array of UInt8 parameters and return values. (#140)
12+
13+
### Added
14+
- Gio bindings are now included in GICrystal (#139).
15+
- Easier to require just `GLib`, `GObject` or `Gio`, use `require "gi-crystal/glib"`,
16+
`require "gi-crystal/gobject"` or `require "gi-crystal/gio"`
17+
918
## [0.20.1] 2023-12-09
1019
### Fixed
1120
- Fixed a crash when trying to cast modules (#132)

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.20.1
2+
version: 0.21.0
33

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

0 commit comments

Comments
 (0)