From bdc68277890918d127169bfe45092227e17fb9f5 Mon Sep 17 00:00:00 2001 From: Sandro Date: Fri, 21 Mar 2025 12:29:10 +0000 Subject: [PATCH 1/2] Bumped version to v0.1.0-beta.2 --- CHANGELOG.md | 5 ++++- daiv/daiv/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df14b884..6c61fe51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.1.0-beta.2] - 2025-03-21 + ### Added - Added `CodebaseDescriberAgent` to describe the code snippets and enrich the codebase index with contextualized information. This will improve the quality of the search results and the ability of `CodebaseChatAgent` to answer questions. @@ -486,7 +488,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-beta.1...HEAD +[Unreleased]: https://github.com/srtab/daiv/compare/v0.1.0-beta.2...HEAD +[0.1.0-beta.2]: https://github.com/srtab/daiv/compare/v0.1.0-beta.1...v0.1.0-beta.2 [0.1.0-beta.1]: https://github.com/srtab/daiv/compare/v0.1.0-alpha.22...v0.1.0-beta.1 [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 diff --git a/daiv/daiv/__init__.py b/daiv/daiv/__init__.py index 56ca366d..3b0ec2c6 100644 --- a/daiv/daiv/__init__.py +++ b/daiv/daiv/__init__.py @@ -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-beta.1" +__version__ = "0.1.0-beta.2" __all__ = ("celery_app",) diff --git a/pyproject.toml b/pyproject.toml index f952653b..4a6a920c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "daiv" -version = "0.1.0-beta.1" +version = "0.1.0-beta.2" description = "Developer assistant automating code issues, reviews, and pipeline fixes using AI Agents." readme = "README.md" license = { file = "LICENSE" } From f49991dafbea342e8217fdd1b707e3fd3bfa56ba Mon Sep 17 00:00:00 2001 From: Sandro Date: Fri, 21 Mar 2025 12:31:54 +0000 Subject: [PATCH 2/2] Updated uv.lock --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 066fa765..b403c241 100644 --- a/uv.lock +++ b/uv.lock @@ -534,7 +534,7 @@ wheels = [ [[package]] name = "daiv" -version = "0.1.0b1" +version = "0.1.0b2" source = { virtual = "." } dependencies = [ { name = "celery", extra = ["redis"] },