diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-06-17 14:29:55 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-06-17 14:29:55 -0400 |
commit | a84860ef10464d3066ed99a8da80a37a184bde64 (patch) | |
tree | 2e43f01af38566968f26fd830c15336540481588 | |
parent | 7311a7434bc1e9b581638d2339109f2c241fc9ab (diff) | |
download | cmd2-git-a84860ef10464d3066ed99a8da80a37a184bde64.tar.gz |
Updated CHANGELOG for 2.1.1 release2.1.1
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 65578f66..4985abba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -## 2.1.1 (TBD, 2021) +## 2.1.1 (June 17, 2021) * Bug Fixes * Fixed handling of argparse's default options group name which was changed in Python 3.10 +* Enhancements + * Restored `plugins` and `tests_isolated` directories to tarball published to PyPI for `cmd2` release ## 2.1.0 (June 14, 2021) * Enhancements |