Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Nov 26, 2024
2 parents 269f58e + f34fc3d commit eb8e5a3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Release Notes
=============

Version 0.26.0 (Released November 26, 2024)
--------------

- Refactor date/time parsing for mitpe events (#1840)
- Server rendering for homepage, units and topics listing pages (#1847)
- Query membership endpoints for resources belonging to user lists and learning paths (#1846)
- Remove some unused exports from ol-components (#1844)
- Update Yarn to v4.5.2 (#1851)
- Update postgres Docker tag to v12.22 (#1854)
- Update dependency ruff to v0.8.0 (#1853)
- Consistent qdrant point ids (#1839)
- set min cpu and memory. also add qdrant container (#1845)
- similar resources carousel (#1835)
- Refactor user lists and learning paths hooks out of learning resources (#1842)
- Revert "Server rendering for homepage, units and topics listing pages (#1822)" (#1838)
- Server rendering for homepage, units and topics listing pages (#1822)
- Update dependency @mui/lab to v6.0.0-beta.15 (#1830)
- vector search endpoint (#1827)
- Update dependency django-anymail to v12 (#1815)
- Update dependency safety to v3 (#1819)
- Update dependency pytest-cov to v6 (#1818)
- separate starts and as taught in, show anytime availability (#1828)

Version 0.25.0 (Released November 25, 2024)
--------------

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.25.0"
VERSION = "0.26.0"

log = logging.getLogger()

Expand Down

0 comments on commit eb8e5a3

Please sign in to comment.