From 5d2a0e9e44a4817f7f45240676f9a096bccdd99e Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 13 Nov 2024 09:54:30 -0500 Subject: [PATCH] Update change log for release. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30374004..f3d6de40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.5.5 (TBD) +## 2.5.5 (November 13, 2024) * Bug Fixes * Fixed type hints for passing a class method to `with_argparser` and `as_subcommand_to`. * Fixed issue where `set` command was not always printing a settable's current value.