Skip to content

Commit c66ebd6

Browse files
committed
Release 0.2.0
1 parent 7410546 commit c66ebd6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2023-05-04
11+
1012
### Added
1113

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

6062
- Initial release
6163

62-
[Unreleased]: https://github.com/kolonialno/oida/compare/v0.1.5...HEAD
64+
[Unreleased]: https://github.com/kolonialno/oida/compare/v0.2.0...HEAD
65+
[0.2.0]: https://github.com/kolonialno/oida/compare/v0.1.5...v0.2.0
6366
[0.1.5]: https://github.com/kolonialno/oida/compare/v0.1.4...v0.1.5
6467
[0.1.4]: https://github.com/kolonialno/oida/compare/v0.1.3...v0.1.4
6568
[0.1.3]: https://github.com/kolonialno/oida/compare/v0.1.2...v0.1.3

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "oida"
3-
version = "0.1.5"
3+
version = "0.2.0"
44
description = "Oida is Oda's linter that enforces code style and modularization in our Django projects."
55
authors = ["Oda <tech@oda.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)