Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richrd committed Sep 2, 2019
1 parent b670597 commit 514ac43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========


## [v0.2.1](https://github.com/richrd/suplemon/tree/0.2.1) (2019-08-29) compared to previous master branch.
[Full Changelog](https://github.com/richrd/suplemon/compare/0.2.0...0.2.1)

**Fixed bugs:**

- Fix a bug introduced by 0.2.0, where key bindings weren't set up if the user key config file was missing.

## [v0.2.0](https://github.com/richrd/suplemon/tree/0.2.0) (2019-06-16) compared to previous master branch.
[Full Changelog](https://github.com/richrd/suplemon/compare/0.1.65...0.2.0)

Expand Down
2 changes: 1 addition & 1 deletion suplemon/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .config import Config
from .editor import Editor

__version__ = "0.2.0"
__version__ = "0.2.1"


class App:
Expand Down

0 comments on commit 514ac43

Please sign in to comment.