We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a0de4 commit 5ff2c53Copy full SHA for 5ff2c53
1 file changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.10.1 (February TBD, 2020)
+## 0.10.1 (February 19, 2020)
2
* Bug Fixes
3
* Corrected issue where the actual new value was not always being printed in do_set. This occurred in cases where
4
the typed value differed from what the setter had converted it to.
@@ -20,6 +20,10 @@
20
* Removed undocumented `py run` command since it was replaced by `run_pyscript` a while ago
21
* Renamed `AutoCompleter` to `ArgparseCompleter` for clarity
22
* Custom `EmptyStatement` exception is no longer part of the documented public API
23
+* Notes
24
+ * This is a beta release leading up to the 1.0.0 release
25
+ * We intend no more breaking changes prior to 1.0.0
26
+ * Just bug fixes, documentation updates, and enhancements
27
28
## 0.10.0 (February 7, 2020)
29
* Enhancements
0 commit comments