Skip to content

Commit 1165ed2

Browse files
authored
Bumped version to v0.2.1 (#433)
1 parent 0c15edb commit 1165ed2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
type=ref,event=branch
3131
type=semver,pattern={{version}}
3232
type=semver,pattern={{major}}.{{minor}}
33-
flavor: |
34-
latest=true
3533
3634
- name: Set up QEMU
3735
uses: docker/setup-qemu-action@v3

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

1214
- Added support to `o3` model from OpenAI.
@@ -696,7 +698,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
696698

697699
- Initial release of the `daiv` project.
698700

699-
[Unreleased]: https://github.com/srtab/daiv/compare/v0.2.0...HEAD
701+
[Unreleased]: https://github.com/srtab/daiv/compare/v0.2.1...HEAD
702+
[0.2.1]: https://github.com/srtab/daiv/compare/v0.2.0...v0.2.1
700703
[0.2.0]: https://github.com/srtab/daiv/compare/v0.1.5...v0.2.0
701704
[0.1.5]: https://github.com/srtab/daiv/compare/v0.1.4...v0.1.5
702705
[0.1.4]: https://github.com/srtab/daiv/compare/v0.1.3...v0.1.4

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.2.0"
5+
__version__ = "0.2.1"
66

77
__all__ = ("celery_app",)

0 commit comments

Comments
 (0)