We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeacd50 commit 0cb8391Copy full SHA for 0cb8391
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.2.0 (July TBD, 2020)
2
+* Enhancements
3
+ * Switched to getting version using `importlib.metadata` instead of using `pkg_resources`
4
+ * Improves `cmd2` application launch time on systems that have a lot of Python packages on `sys.path`
5
+ * Added dependency on `importlib_metadata` when running on versions of Python prior to 3.8
6
+
7
## 1.1.0 (June 6, 2020)
8
* Bug Fixes
9
* Fixed issue where subcommand usage text could contain a subcommand alias instead of the actual name
0 commit comments