Skip to content

Commit 68ba2a0

Browse files
committed
Release v0.22.1.
Remove 1 more crystal 1.11 warning 😅
1 parent 7773f72 commit 68ba2a0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.22.1] 2024-01-15
10+
### Fixed
11+
- Remove more deprecation warnings from crystal 1.11 😅️.
12+
913
## [0.22.0] 2024-01-15
1014
### Fixed
1115
- Remove deprecation warnings from crystal 1.11.

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.22.0
2+
version: 0.22.1
33

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

src/bindings/g_object/object.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ module GObject
330330
# Mostly copied from crystal source
331331
macro property!(*names)
332332
{% verbatim do %}
333-
getter! {{*names}}
333+
getter! {{names.splat}}
334334

335335
{% for name in names %}
336336
{% if name.is_a?(TypeDeclaration) %}

0 commit comments

Comments
 (0)