Skip to content

Commit

Permalink
Release v0.22.1.
Browse files Browse the repository at this point in the history
Remove 1 more crystal 1.11 warning 😅
  • Loading branch information
hugopl committed Feb 15, 2024
1 parent 7773f72 commit 68ba2a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Changes that change the generated API have a ⚠️.

## [0.22.1] 2024-01-15
### Fixed
- Remove more deprecation warnings from crystal 1.11 😅️.

## [0.22.0] 2024-01-15
### Fixed
- Remove deprecation warnings from crystal 1.11.
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.0
version: 0.22.1

authors:
- Hugo Parente Lima <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/g_object/object.cr
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ module GObject
# Mostly copied from crystal source
macro property!(*names)
{% verbatim do %}
getter! {{*names}}
getter! {{names.splat}}

{% for name in names %}
{% if name.is_a?(TypeDeclaration) %}
Expand Down

0 comments on commit 68ba2a0

Please sign in to comment.