Skip to content

Commit

Permalink
Merge branch 'release' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Jun 27, 2024
2 parents 0f8dcc3 + 079c305 commit 78c3a29
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release Notes
=============

Version 0.13.15 (Released June 27, 2024)
---------------

- fix content file search (#1167)
- Set default ordering by position for userlist and learningresource relationships (#1165)
- fix flaky test (#1168)
- Update favicons (#1153)
- de-flake a test (#1166)
- Shanbady/search page card mobile updates (#1156)
- remove course filter from featured carousel (#1164)
- Update Select and Dropdown components (#1160)
- Adds a separate pane for the filter CTAs, adds an apply button on mobile (#1144)
- Search facet styles and animation (#1143)
- Modifications to api/search filtering with comma values (#1122)
- [pre-commit.ci] pre-commit autoupdate (#1110)
- Update Yarn to v4.3.1 (#1145)

Version 0.13.14 (Released June 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.13.14"
VERSION = "0.13.15"

log = logging.getLogger()

Expand Down

0 comments on commit 78c3a29

Please sign in to comment.