Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eirsyl committed May 4, 2023
1 parent 7410546 commit c66ebd6
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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2023-05-04

### Added

- Global allowed_imports project config option
Expand Down Expand Up @@ -59,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/kolonialno/oida/compare/v0.1.5...HEAD
[Unreleased]: https://github.com/kolonialno/oida/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/kolonialno/oida/compare/v0.1.5...v0.2.0
[0.1.5]: https://github.com/kolonialno/oida/compare/v0.1.4...v0.1.5
[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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "oida"
version = "0.1.5"
version = "0.2.0"
description = "Oida is Oda's linter that enforces code style and modularization in our Django projects."
authors = ["Oda <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit c66ebd6

Please sign in to comment.