File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ 6.0 .0] - 2023-03-09
5
+ ## [ 6.1 .0] - 2023-07-19
6
6
7
7
### Added
8
8
9
- - Add basic styling of ` autodoc ` generated methods for readability (Temidayo Azeez)
10
9
- Add Prettier formatting and checks (LB (Ben) Johnston)
11
10
12
11
### Fixed
@@ -17,15 +16,24 @@ All notable changes to this project will be documented in this file.
17
16
18
17
### Removed
19
18
20
- - Remove Algolia DocSearch meta tags (Thibaud Colas)
21
- - Remove jQuery loading by default (LB (Ben) Johnston)
22
- - Officially drop support for Pythong 3.7 (LB (Ben) Johnston)
19
+ - Officially drop support for Python 3.7 (LB (Ben) Johnston)
23
20
24
21
### Changed
25
22
26
23
- Upgrade frontend build dependencies (LB (Ben) Johnston)
27
24
- Upgrade build tooling to latest GitHub actions and Python 3.10 (LB (Ben) Johnston)
28
25
26
+ ## [ 6.0.0] - 2023-03-09
27
+
28
+ ### Added
29
+
30
+ - Add basic styling of ` autodoc ` generated methods for readability (Temidayo Azeez)
31
+
32
+ ### Removed
33
+
34
+ - Remove Algolia DocSearch meta tags (Thibaud Colas)
35
+ - Remove jQuery loading by default (LB (Ben) Johnston)
36
+
29
37
### Upgrade considerations
30
38
31
39
For projects relying on Algolia DocSearch meta tags, make sure to add back the ` docsearch:version ` tag in your project:
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = sphinx_wagtail_theme
3
- version = 6.0 .0
3
+ version = 6.1 .0
4
4
author = Coen van der Kamp
5
5
6
6
description = Sphinx Wagtail theme
You can’t perform that action at this time.
0 commit comments