File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22# Django starts so that shared_task will use this app.
33from .celeryapp import app as celery_app
44
5- __version__ = "0.2.0 "
5+ __version__ = "0.2.1 "
66
77__all__ = ("celery_app" ,)
You can’t perform that action at this time.
0 commit comments