File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
Changes that change the generated API have a ⚠️.
8
8
9
+ ## [ 0.22.1] 2024-01-15
10
+ ### Fixed
11
+ - Remove more deprecation warnings from crystal 1.11 😅️.
12
+
9
13
## [ 0.22.0] 2024-01-15
10
14
### Fixed
11
15
- Remove deprecation warnings from crystal 1.11.
Original file line number Diff line number Diff line change 1
1
name : gi-crystal
2
- version : 0.22.0
2
+ version : 0.22.1
3
3
4
4
authors :
5
5
-
Hugo Parente Lima <[email protected] >
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ module GObject
330
330
# Mostly copied from crystal source
331
331
macro property! (* names )
332
332
{% verbatim do % }
333
- getter! {{* names}}
333
+ getter! {{names.splat }}
334
334
335
335
{% for name in names % }
336
336
{% if name.is_a?(TypeDeclaration ) % }
You can’t perform that action at this time.
0 commit comments