Skip to content

Commit 5cb52a9

Browse files
authored
Merge pull request #936 from srtab/release/v2.0.0
Bump version to 2.0.0 and update changelog for release
2 parents 17d1309 + 06d44b3 commit 5cb52a9

3 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+
## [2.0.0] - 2026-03-14
11+
1012
### Added
1113

1214
- Added `create_api_key` management command to create API keys from the command line without opening a Django shell.
@@ -340,7 +342,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
340342
- Removed dependency on `gunicorn` and used `uvicorn` as the default server.
341343

342344

343-
[Unreleased]: https://github.com/srtab/daiv/compare/v1.1.0...HEAD
345+
[Unreleased]: https://github.com/srtab/daiv/compare/v2.0.0...HEAD
346+
[2.0.0]: https://github.com/srtab/daiv/compare/v1.1.0...v2.0.0
344347
[1.1.0]: https://github.com/srtab/daiv/compare/v1.0.0...v1.1.0
345348
[1.0.0]: https://github.com/srtab/daiv/compare/v0.3.0...v1.0.0
346349
[0.3.0]: https://github.com/srtab/daiv/compare/v0.2.1...v0.3.0

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 = "1.1.0"
3+
version = "2.0.0"
44
description = """\
55
Async SWE agents seamlessly integrated on your git platform to automate code issues implementation, reviews, and \
66
pipeline repairs.\

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)