We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e281a40 commit 49c352bCopy full SHA for 49c352b
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2.5.3 (November 5, 2024)
2
+* Enhancements
3
+ * Changed `CommandSet._cmd` to a read-only property which never returns `None` because it
4
+ is meant to be called after the `CommandSet` is registered. This addresses type checker
5
+ errors that occurred if `CommandSet._cmd` wasn't cast or checked if `None` before use.
6
+
7
# 2.5.2 (November 3, 2024)
8
* Bug Fixes
9
* Fixed default `pytest` execution when not using cmd2's custom `invoke` command via `inv pytest`
0 commit comments