Skip to content

Commit f455102

Browse files
authored
Bumped version to v0.1.5 (#395)
1 parent 17da04d commit f455102

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.1.5] - 2025-05-26
11+
1012
### Added
1113

1214
- Added `cleanup_indexes` command to clean up outdated indexes and inaccessible repositories.
@@ -638,7 +640,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
638640

639641
- Initial release of the `daiv` project.
640642

641-
[Unreleased]: https://github.com/srtab/daiv/compare/v0.1.4...HEAD
643+
[Unreleased]: https://github.com/srtab/daiv/compare/v0.1.5...HEAD
644+
[0.1.5]: https://github.com/srtab/daiv/compare/v0.1.4...v0.1.5
642645
[0.1.4]: https://github.com/srtab/daiv/compare/v0.1.3...v0.1.4
643646
[0.1.3]: https://github.com/srtab/daiv/compare/v0.1.2...v0.1.3
644647
[0.1.2]: https://github.com/srtab/daiv/compare/v0.1.1...v0.1.2

daiv/daiv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Django starts so that shared_task will use this app.
33
from .celeryapp import app as celery_app
44

5-
__version__ = "0.1.4"
5+
__version__ = "0.1.5"
66

77
__all__ = ("celery_app",)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "daiv"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Developer assistant automating code issues, reviews, and pipeline fixes using AI Agents."
55
readme = "README.md"
66
license = { file = "LICENSE" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)