Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: hola-xuan

## v0.1.7 / 2026-07-13

- FIXED: Fix release workflow

## v0.1.6 / 2026-07-13

- Initial changelog entry for the toys-release automation.
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Hello
# Single source of truth for the gem version. This constant is read and
# updated automatically by the toys-release tooling, so it must stay in the
# `VERSION = "x.y.z"` string form.
VERSION = '0.1.6'
VERSION = '0.1.7'

# Backwards-compatible alias used by the gemspec and existing workflows.
STRING = VERSION
Expand Down
Loading