Skip to content

Commit

Permalink
Bumped version to v0.1.0-alpha.22
Browse files Browse the repository at this point in the history
  • Loading branch information
srtab committed Jan 30, 2025
1 parent 5cd4e68 commit cea5e7a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 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.1.0-alpha.22] - 2025-01-30

### Added

- Added custom Django checks to ensure the API keys for the models configured are set.
Expand Down Expand Up @@ -431,7 +433,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release of the `daiv` project.

[Unreleased]: https://github.com/srtab/daiv/compare/v0.1.0-alpha.21...HEAD
[Unreleased]: https://github.com/srtab/daiv/compare/v0.1.0-alpha.22...HEAD
[0.1.0-alpha.22]: https://github.com/srtab/daiv/compare/v0.1.0-alpha.21...v0.1.0-alpha.22
[0.1.0-alpha.21]: https://github.com/srtab/daiv/compare/v0.1.0-alpha.20...v0.1.0-alpha.21
[0.1.0-alpha.20]: https://github.com/srtab/daiv/compare/v0.1.0-alpha.19...v0.1.0-alpha.20
[0.1.0-alpha.19]: https://github.com/srtab/daiv/compare/v0.1.0-alpha.18...v0.1.0-alpha.19
Expand Down
2 changes: 1 addition & 1 deletion daiv/daiv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Django starts so that shared_task will use this app.
from .celeryapp import app as celery_app

__version__ = "0.1.0-alpha.21"
__version__ = "0.1.0-alpha.22"

__all__ = ("celery_app",)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "daiv"
version = "0.1.0-alpha.21"
version = "0.1.0-alpha.22"
description = "Developer assistant automating code issues, reviews, and pipeline fixes using AI Agents."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cea5e7a

Please sign in to comment.