From c8840a3184845a75977ab4df6a696f34d9687bf5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:45:46 +0000 Subject: [PATCH] chore(release): v0.1.8 --- CHANGELOG.md | 15 +++++++++++++++ lib/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de1919..cfd208e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/version.rb b/lib/version.rb index 442c83e..f906171 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -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