File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ Version 0.160.0 (Released August 25, 2025)
5
+ ---------------
6
+
7
+ - Remove ocw_to_hugo dependency and refactor (#2680)
8
+ - fix(deps): update dependency requests to v2.32.5 (#2688)
9
+ - fix(deps): update dependency boto3 to v1.40.12 (#2687)
10
+ - chore(deps): update actions/checkout action to v5 (#2685)
11
+ - fix(deps): update dependency xmlsec to v1.3.16 (#2495)
12
+ - chore(deps): update dependency turndown to v7.2.1 (#2683)
13
+ - fix(deps): update dependency pypdf to v6 [security] (#2678)
14
+ - fix(deps): update dependency boto3 to v1.40.11 (#2684)
15
+ - fix: underscores in tex expressions being interpreted as em tags (#2664)
16
+ - chore(deps): update actions/checkout digest to 08eba0b (#2682)
17
+ - fix: use filename instead of title for determining if changes are needed to menu (#2679)
18
+ - added handling for optional quotes in internal resource links (#2675)
19
+ - [pre-commit.ci] pre-commit autoupdate (#2619)
20
+
4
21
Version 0.159.0 (Released August 21, 2025)
5
22
---------------
6
23
Original file line number Diff line number Diff line change 26
26
27
27
# pylint: disable=too-many-lines
28
28
29
- VERSION = "0.159 .0"
29
+ VERSION = "0.160 .0"
30
30
31
31
SITE_ID = get_int (
32
32
name = "OCW_STUDIO_SITE_ID" ,
You can’t perform that action at this time.
0 commit comments