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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Release History: hola-xuan

## v0.1.8 / 2026-08-17

- chore: update
- chore: update
- release: Release hola-xuan 0.1.7 (was 0.1.6)
- chore: update
- chore: update
- fix: fix release workflow
- update
- update
- update
- update
- update
- update

## v0.1.7 / 2026-07-13

- FIXED: Fix release workflow
Expand Down
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 release-request workflow, so it must stay in
# the `VERSION = "x.y.z"` string form.
VERSION = '0.1.7'
VERSION = '0.1.8'

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