Skip to content

Commit

Permalink
Updated CHANGELOG for 2.4.2 release.
Browse files Browse the repository at this point in the history
Fixed github image URLs in README so they link to the raw data. This fixes issue where the README did not display correctly on pypi.org.
  • Loading branch information
kmvanbrunt committed Jul 13, 2022
1 parent a3c10b6 commit 813ea19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.4.2 (July 13, 2022)
* Enhancements
* Updated argparse decorator to remove annotations when the docstring is used for a command's help text.
* Updated unit test to be Python 3.11 compliant.

## 2.4.1 (April 13, 2022)
* Bug Fixes
* Fixed value for `ansi.Bg.YELLOW`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a href="#version-two-notes">Version 2.0 Notes</a>
</p>

[![Screenshot](cmd2.png)](https://youtu.be/DDU_JH6cFsA)
[![Screenshot](https://raw.githubusercontent.com/python-cmd2/cmd2/master/cmd2.png)](https://youtu.be/DDU_JH6cFsA)

cmd2 is a tool for building interactive command line applications in Python. Its goal is to make it
quick and easy for developers to build feature-rich and user-friendly interactive command line
Expand All @@ -28,7 +28,7 @@ when using cmd.
The developers toolbox
----------------------

![system schema](https://github.com/python-cmd2/cmd2/blob/master/.github/images/graph.drawio.png)
![system schema](https://raw.githubusercontent.com/python-cmd2/cmd2/master/.github/images/graph.drawio.png)


When creating solutions developers have no shortage of tools to create rich and smart user interfaces.
Expand Down

0 comments on commit 813ea19

Please sign in to comment.