File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ Version 0.25.0
5
+ --------------
6
+
7
+ - Mechanism to sync server prefetch with client API calls (#1798)
8
+ - show more button for v2 drawer dates (#1809)
9
+ - Add data-ph- elements to CTA buttons (#1821)
10
+ - Endpoints for userlist/learningpath memberships (#1808)
11
+ - Clear resource_type filter when leaving Learning Materials search tab (#1780)
12
+ - Update opensearchproject/opensearch Docker tag to v2.18.0 (#1812)
13
+ - Update dependency postcss-styled-syntax to ^0.7.0 (#1811)
14
+ - Update dependency ruff to v0.7.3 (#1810)
15
+ - Update dependency @chromatic-com/storybook to v3 (#1764)
16
+ - learning resource drawer v2 run comparison table (#1782)
17
+
4
18
Version 0.24.3 (Released November 14, 2024)
5
19
--------------
6
20
Original file line number Diff line number Diff line change 33
33
from main .settings_pluggy import * # noqa: F403
34
34
from openapi .settings_spectacular import open_spectacular_settings
35
35
36
- VERSION = "0.24.3 "
36
+ VERSION = "0.25.0 "
37
37
38
38
log = logging .getLogger ()
39
39
You can’t perform that action at this time.
0 commit comments