Skip to content

Commit

Permalink
Bumped version to v0.1.0-alpha.17
Browse files Browse the repository at this point in the history
  • Loading branch information
srtab committed Jan 10, 2025
1 parent c90d38b commit 418f3fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.17] - 2025-01-10

### Added

- Added `commands` configuration to `.daiv.yml` to allow fix linting issues.
Expand Down Expand Up @@ -326,7 +328,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.16...HEAD
[Unreleased]: https://github.com/srtab/daiv/compare/v0.1.0-alpha.17...HEAD
[0.1.0-alpha.17]: https://github.com/srtab/daiv/compare/v0.1.0-alpha.16...v0.1.0-alpha.17
[0.1.0-alpha.16]: https://github.com/srtab/daiv/compare/v0.1.0-alpha.15...v0.1.0-alpha.16
[0.1.0-alpha.15]: https://github.com/srtab/daiv/compare/v0.1.0-alpha.14...v0.1.0-alpha.15
[0.1.0-alpha.14]: https://github.com/srtab/daiv/compare/v0.1.0-alpha.13...v0.1.0-alpha.14
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.16"
__version__ = "0.1.0-alpha.17"

__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.16"
version = "0.1.0-alpha.17"
description = "Developer assistant automating code issues, reviews, and pipeline fixes using AI Agents."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 418f3fb

Please sign in to comment.