Skip to content

Commit

Permalink
Bump version to 0.1.3 - Celery explicit names
Browse files Browse the repository at this point in the history
  • Loading branch information
dieudonneWillems committed Mar 13, 2023
1 parent 19102b9 commit 5dc2cc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3] - 2023-03-13

### Added
- The `componentize` command now adds explicit names for Celery tasks.

## [0.1.2] - 2023-02-09

### Changed
Expand All @@ -28,7 +33,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.2...HEAD
[Unreleased]: https://github.com/kolonialno/oida/compare/v0.1.3...HEAD
[0.1.3]: https://github.com/kolonialno/oida/compare/v0.1.1...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
[0.1.0]: https://github.com/kolonialno/oida/compare/v0.1.0-rc.1-rc.1...v0.1.0
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.2"
version = "0.1.3"
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 5dc2cc3

Please sign in to comment.