From 0e98b506180548fb6a3a1b5fc522779429f148c6 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Fri, 12 Dec 2025 09:35:32 +0000 Subject: [PATCH 1/2] :pencil: Fix a typo --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index e1712d5..54b6aa8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,7 +9,7 @@ ## 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. From 039ca6fa2617a6dc4e17ee70d0d59461822f6ad2 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Fri, 12 Dec 2025 09:36:31 +0000 Subject: [PATCH 2/2] :bookmark: v1.1.1 --- ChangeLog.md | 6 +++--- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 54b6aa8..9ad4256 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,11 +1,11 @@ # 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 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" },