Skip to content

Commit

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

Changes that change the generated API have a ⚠️.

## [0.15.3] 2023-05-31
### Fixed
- Let struct bindings allocated on help to obey `-Ddebugmemory` flag.
- Translate GTK doc parameter markup to crystal doc style.

### Changed
- Removed version_from_shard dependency.

## [0.15.2] 2023-04-16
### Added
- Added declaration of `LibGLib.g_bytes_new_static`, used internally by other modules.
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.15.2
version: 0.15.3

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

0 comments on commit 7d8ddfa

Please sign in to comment.