Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljodal committed Aug 31, 2022
1 parent dd4a583 commit ad1a74d
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 @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0] - 2022-08-31

## [0.1.0-rc.1] - 2022-08-31

### Added
Expand All @@ -19,6 +21,7 @@ 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.0-rc.1...HEAD
[Unreleased]: https://github.com/kolonialno/oida/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/kolonialno/oida/compare/v0.1.0-rc.1-rc.1...v0.1.0
[0.1.0-rc.1]: https://github.com/kolonialno/oida/compare/v0.1.0-alpha.1...v0.1.0-rc.1
[0.1.0-alpha.1]: https://github.com/kolonialno/oida/releases/tag/v0.1.0-alpha.1
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.0-rc.1"
version = "0.1.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 ad1a74d

Please sign in to comment.