Skip to content

Commit

Permalink
release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kneufeld committed Jul 8, 2019
1 parent e073dd0 commit 3535f55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Here's what we all hope is an accurate list of things that have changed
between versions.

## v0.5.1

* fixes wrapping (and extra spaces) when width specified on command line
* thematic break now uses unicode wide dash and obeys width

## v0.5.0

* adding --width flag to command line
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ for some pretty graphs.
* ap8322, changed setup.py from CommonMark to commonmark
* pmiddend, asked about click 7, prompted pyinstaller freezing
* igalic, idea for --width
* lordmauve, pointed out width and spaces bug
2 changes: 1 addition & 1 deletion consolemd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'consolemd'
__version__ = '0.5.0'
__version__ = '0.5.1'
__author__ = 'Kurt Neufeld'
__author_email__ = 'kneufeld@burgundywall.com'
__license__ = 'MIT License'
Expand Down

0 comments on commit 3535f55

Please sign in to comment.