Skip to content

Commit 920d211

Browse files
authored
Bumped version to v0.2.0 (#417)
* Bumped version to v0.2.0 * Fixed uv lock.
1 parent 2b95d96 commit 920d211

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

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.2.0] - 2025-06-09
11+
1012
### Added
1113

1214
- Added `author` to metadata on `ReviewAddressorAgent` and `IssueAddressorAgent` to track the agent executions on the `langsmith` platform.
@@ -670,7 +672,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
670672

671673
- Initial release of the `daiv` project.
672674

673-
[Unreleased]: https://github.com/srtab/daiv/compare/v0.1.5...HEAD
675+
[Unreleased]: https://github.com/srtab/daiv/compare/v0.2.0...HEAD
676+
[0.2.0]: https://github.com/srtab/daiv/compare/v0.1.5...v0.2.0
674677
[0.1.5]: https://github.com/srtab/daiv/compare/v0.1.4...v0.1.5
675678
[0.1.4]: https://github.com/srtab/daiv/compare/v0.1.3...v0.1.4
676679
[0.1.3]: https://github.com/srtab/daiv/compare/v0.1.2...v0.1.3

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.5"
5+
__version__ = "0.2.0"
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.5"
3+
version = "0.2.0"
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)