Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Dec 9, 2024
2 parents 99e9ec7 + 36aa51f commit 67082a3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Release Notes
=============

Version 0.26.1 (Released December 09, 2024)
--------------

- Update Yarn to v4.5.3 (#1865)
- fix certification type none display (#1873)
- fix card line clamping (#1871)
- Update dependency eslint-plugin-react-hooks to v5 (#1817)
- Update dependency eslint-plugin-testing-library to v7 (#1856)
- v2 drawer qa adjustments (#1850)
- Fixes issue with learning path membership being called for non-admins (#1864)
- Consolidate qdrant functionality into its own app (#1860)
- Revert "Server rendering for homepage, units and topics listing pages (#1847)" (#1866)
- Filter out content type on similar resources endpoint (#1863)
- Select random hero image index on server (#1859)
- returnning all resource types for similar (#1849)

Version 0.26.0 (Released November 26, 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.26.0"
VERSION = "0.26.1"

log = logging.getLogger()

Expand Down

0 comments on commit 67082a3

Please sign in to comment.