Skip to content

Commit

Permalink
Merge branch 'release/0.6.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbarrett314 committed Nov 25, 2021
2 parents 91df1af + 6889598 commit bd0d2c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Version 0.6.0
-------------

* Large rewrite and refactor of pretty much everything
* 100% test coverage
* Started using pre-commit for style
* Migrated from Travis to Github actions
* Type checking with mypy
* Better handling of exit item via item groups
* Some ability to test/debug the actual graphical output
* Fixed bugs
2 changes: 1 addition & 1 deletion cursesmenu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ["CursesMenu", "ItemGroup", "items"]

__version__ = "0.5.0"
__version__ = "0.6.0"

0 comments on commit bd0d2c8

Please sign in to comment.