Skip to content

Commit 813ea19

Browse files
committed
Updated CHANGELOG for 2.4.2 release.
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.
1 parent a3c10b6 commit 813ea19

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.4.2 (July 13, 2022)
2+
* Enhancements
3+
* Updated argparse decorator to remove annotations when the docstring is used for a command's help text.
4+
* Updated unit test to be Python 3.11 compliant.
5+
16
## 2.4.1 (April 13, 2022)
27
* Bug Fixes
38
* Fixed value for `ansi.Bg.YELLOW`.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="#version-two-notes">Version 2.0 Notes</a>
1717
</p>
1818

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

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

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

3333

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

0 commit comments

Comments
 (0)