Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunet committed Sep 15, 2019
1 parent 7197497 commit 6f3d498
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.1.0 - 2019-01-08
## [0.2.0] - 2019-09-15
### Added
- Add `list` command ([#5])
- Add `search` command ([#5])
- documentation: Add deletion to examples ([#2])

### Changed
- Drop support for Python 3.4 which [has reached end-of-line](https://www.python.org/downloads/release/python-3410/) ([#6])
- Several bug fixes and enhancements to the test suite ([#1], [#3], [#4], [#6])

## [0.1.0] - 2019-01-08
### Added
- Initial release

[Unreleased]: https://github.com/maxbrunet/mmemoji/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/maxbrunet/mmemoji/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/maxbrunet/mmemoji/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/maxbrunet/mmemoji/releases/tag/v0.1.0

[#6]: https://github.com/maxbrunet/mmemoji/issues/6
[#5]: https://github.com/maxbrunet/mmemoji/issues/5
[#4]: https://github.com/maxbrunet/mmemoji/issues/4
[#3]: https://github.com/maxbrunet/mmemoji/issues/3
[#2]: https://github.com/maxbrunet/mmemoji/issues/2
[#1]: https://github.com/maxbrunet/mmemoji/issues/1
2 changes: 1 addition & 1 deletion src/mmemoji/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = "0.1.0"
VERSION = "0.2.0"
DESCRIPTION = "Custom Emoji manager command-line for Mattermost 😎"

0 comments on commit 6f3d498

Please sign in to comment.