Skip to content

Commit 353e594

Browse files
authored
Release v0.1.0 (#366)
* Release v0.1.0 * Updated lock with new version.
1 parent 74ad4ee commit 353e594

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
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.0] - 2025-05-13
11+
1012
### Added
1113

1214
- Added security check to the GitLab callback to validate the `X-Gitlab-Token` header: #93.
@@ -574,7 +576,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
574576

575577
- Initial release of the `daiv` project.
576578

577-
[Unreleased]: https://github.com/srtab/daiv/compare/v0.1.0-beta.5...HEAD
579+
[Unreleased]: https://github.com/srtab/daiv/compare/v0.1.0...HEAD
580+
[0.1.0]: https://github.com/srtab/daiv/compare/v0.1.0-beta.5...v0.1.0
578581
[0.1.0-beta.5]: https://github.com/srtab/daiv/compare/v0.1.0-beta.4...v0.1.0-beta.5
579582
[0.1.0-beta.4]: https://github.com/srtab/daiv/compare/v0.1.0-beta.3...v0.1.0-beta.4
580583
[0.1.0-beta.3]: https://github.com/srtab/daiv/compare/v0.1.0-beta.2...v0.1.0-beta.3

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ DAIV is an open-source automation assistant designed to enhance developer produc
140140
- [ ] 🎨 Create a frontend to DAIV initial setup and configuration, dashboard with some metrics, a chat interface to interact with DAIV...
141141
- [ ] ⚡ Add support to quick actions on Merge Requests, such as Update Changelog, Add unittest, Update docs, Format code...
142142
- [ ] 🔍 Add support to automated code review.
143+
- [ ] 📊 Add an evaluation system to measure the quality of DAIV's agents.
143144

144145

145146
## Contributing

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.0-beta.5"
5+
__version__ = "0.1.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.0-beta.5"
3+
version = "0.1.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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)