Skip to content

Commit

Permalink
Release v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Mar 9, 2023
1 parent 1e4d8e1 commit f13f62d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
19 changes: 8 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,24 @@

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

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

### Added

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

### Changed

- ...

### Removed

- ...

### Fixed
- Remove Algolia DocSearch meta tags (Thibaud Colas)
- Remove jQuery loading by default (LB (Ben) Johnston)

- ...
### Upgrade considerations

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

- ...
```html
<meta name="docsearch:version" content="{{ version|striptags|e }}" />
```

## [5.3.2] - 2022-10-16

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sphinx_wagtail_theme
version = 5.3.3.dev0
version = 6.0.0
author = Coen van der Kamp
author_email = coen@fourdigits.nl
description = Sphinx Wagtail theme
Expand Down

1 comment on commit f13f62d

@lb-
Copy link
Member

@lb- lb- commented on f13f62d Mar 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created the git tag into a release.

https://github.com/wagtail/sphinx_wagtail_theme/releases/tag/6.0.0

As a per https://github.com/wagtail/sphinx_wagtail_theme#release-process

I've got a PR to make this a bit clearer. #253

Please sign in to comment.