Skip to content

Commit f13f62d

Browse files
committed
Release v6.0.0
1 parent 1e4d8e1 commit f13f62d

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [5.3.3] - YYYY-MM-DD
5+
## [6.0.0] - 2023-03-09
66

77
### Added
88

99
- Add basic styling of `autodoc` generated methods for readability (Temidayo Azeez)
1010

11-
### Changed
12-
13-
- ...
14-
1511
### Removed
1612

17-
- ...
18-
19-
### Fixed
13+
- Remove Algolia DocSearch meta tags (Thibaud Colas)
14+
- Remove jQuery loading by default (LB (Ben) Johnston)
2015

21-
- ...
16+
### Upgrade considerations
2217

23-
### Security
18+
For projects relying on Algolia DocSearch meta tags, make sure to add back the `docsearch:version` tag in your project:
2419

25-
- ...
20+
```html
21+
<meta name="docsearch:version" content="{{ version|striptags|e }}" />
22+
```
2623

2724
## [5.3.2] - 2022-10-16
2825

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sphinx_wagtail_theme
3-
version = 5.3.3.dev0
3+
version = 6.0.0
44
author = Coen van der Kamp
55
author_email = [email protected]
66
description = Sphinx Wagtail theme

0 commit comments

Comments
 (0)