Skip to content

Commit

Permalink
Release 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Feb 6, 2025
1 parent 0f55f62 commit 41e29ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release Notes
=============

Version 0.30.1
--------------

- Remove imports for builtin django User model (#2012)
- track additional browse events in posthog (#2011)
- Update dependency faker to v35 (#1996)
- Fix support for hardware accelerated embedding generation via ollama (#2008)

Version 0.30.0 (Released February 06, 2025)
--------------

Expand Down
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from main.settings_pluggy import * # noqa: F403
from openapi.settings_spectacular import open_spectacular_settings

VERSION = "0.30.0"
VERSION = "0.30.1"

log = logging.getLogger()

Expand Down

0 comments on commit 41e29ff

Please sign in to comment.