We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b964108 commit e88f05aCopy full SHA for e88f05a
2 files changed
.version.json
@@ -2,6 +2,6 @@
2
"strategy": "semver",
3
"major": 0,
4
"minor": 8,
5
- "patch": 9,
+ "patch": 10,
6
"build": 0
7
}
versionlog.md
@@ -1,3 +1,5 @@
1
+## 0.8.10
+
## 0.8.9 2025-12-30
* Testability refactoring: Added IInputReader abstraction for testing CLI commands with user input.
* Fixed potential stack overflow in StdinInputReader::choice() by replacing recursive retry with iterative loop.
0 commit comments