Skip to content

Commit 3f61959

Browse files
committed
Merge branch 'release'
2 parents 324a409 + 814f88e commit 3f61959

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

RELEASE.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Release Notes
22
=============
33

4+
Version 0.30.2 (Released February 10, 2025)
5+
--------------
6+
7+
- Update dependency litellm to v1.60.8 (#2028)
8+
- Update dependency drf-spectacular to ^0.28.0 (#2027)
9+
- Update nginx Docker tag to v1.27.4 (#2026)
10+
- Skip existing embeddings (#2017)
11+
- Update dependency ruff to v0.9.5 (#2025)
12+
- Update dependency Django to v4.2.19 (#2024)
13+
- Update akhileshns/heroku-deploy digest to c3187cb (#1829)
14+
- [pre-commit.ci] pre-commit autoupdate (#1976)
15+
- Update dependency eslint-config-prettier to v10 (#1995)
16+
- Update actions/setup-node digest to 1d0ff46 (#2009)
17+
- Added SCIM /Bulk API endpoint (#1985)
18+
- Add initial migration for users app (#2013)
19+
420
Version 0.30.1 (Released February 10, 2025)
521
--------------
622

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from main.settings_pluggy import * # noqa: F403
3434
from openapi.settings_spectacular import open_spectacular_settings
3535

36-
VERSION = "0.30.1"
36+
VERSION = "0.30.2"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)