Skip to content

Commit

Permalink
chore(release): v0.5.0 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunet authored Jul 2, 2023
1 parent d876b59 commit 25b269d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.0] - 2023-07-02
### Added
- Allow running Python module as script: `python -m mmemoji` ([#94])
- Support for Python 3.11 ([#206])
Expand Down Expand Up @@ -60,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/maxbrunet/mmemoji/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/maxbrunet/mmemoji/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/maxbrunet/mmemoji/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/maxbrunet/mmemoji/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/maxbrunet/mmemoji/compare/v0.2.0...v0.3.1
[0.3.0]: https://github.com/maxbrunet/mmemoji/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "mmemoji"
version = "0.4.0"
version = "0.5.0"
description = "Custom Emoji manager command-line for Mattermost 😎"
readme = "README.md"
authors = []
Expand Down

0 comments on commit 25b269d

Please sign in to comment.