diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be7267..3e97955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4] - 2023-03-22 + ### Fixed - Fix crash in flake8 plugin on Python 3.11 @@ -37,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/kolonialno/oida/compare/v0.1.3...HEAD +[Unreleased]: https://github.com/kolonialno/oida/compare/v0.1.4...HEAD +[0.1.4]: https://github.com/kolonialno/oida/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/kolonialno/oida/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/kolonialno/oida/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/kolonialno/oida/compare/v0.1.0...v0.1.1 diff --git a/pyproject.toml b/pyproject.toml index 3f6530c..e7a0d32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "oida" -version = "0.1.3" +version = "0.1.4" description = "Oida is Oda's linter that enforces code style and modularization in our Django projects." authors = ["Oda "] license = "MIT"