diff --git a/ChangeLog.md b/ChangeLog.md index e1712d5..9ad4256 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,15 +1,15 @@ # AgiNG ChangeLog -## Unreleased +## v1.1.1 -**Released: WiP** +**Released: 2025-12-12** - Fixed a cosmetic glitch in the menus of some guides with non-ASCII - characters in the prompts. + characters in the prompts. ([#52](https://github.com/davep/aging/pull/52)) ## v1.1.0 -**Released: 2025-01-02** +**Released: 2025-12-02** - Added `--theme` as a command line switch. - Migrated from `rye` to `uv` for development management. diff --git a/pyproject.toml b/pyproject.toml index c32b15d..ea03528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aging" -version = "1.1.0" +version = "1.1.1" description = "A Norton Guide reader for the terminal" authors = [ { name = "Dave Pearson", email = "davep@davep.org" } diff --git a/uv.lock b/uv.lock index c653f8f..24d5d2a 100644 --- a/uv.lock +++ b/uv.lock @@ -4,7 +4,7 @@ requires-python = ">=3.10" [[package]] name = "aging" -version = "1.1.0" +version = "1.1.1" source = { editable = "." } dependencies = [ { name = "humanize" },