Skip to content

Commit

Permalink
Preparing release 6.1.0
Browse files Browse the repository at this point in the history
- Move recent changelog entries to the correct release
- Closes #257
  • Loading branch information
lb- committed Jul 18, 2023
1 parent ec2a61a commit 5593423
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

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

## [6.0.0] - 2023-03-09
## [6.1.0] - 2023-07-19

### Added

- Add basic styling of `autodoc` generated methods for readability (Temidayo Azeez)
- Add Prettier formatting and checks (LB (Ben) Johnston)

### Fixed
Expand All @@ -17,15 +16,24 @@ All notable changes to this project will be documented in this file.

### Removed

- Remove Algolia DocSearch meta tags (Thibaud Colas)
- Remove jQuery loading by default (LB (Ben) Johnston)
- Officially drop support for Pythong 3.7 (LB (Ben) Johnston)
- Officially drop support for Python 3.7 (LB (Ben) Johnston)

### Changed

- Upgrade frontend build dependencies (LB (Ben) Johnston)
- Upgrade build tooling to latest GitHub actions and Python 3.10 (LB (Ben) Johnston)

## [6.0.0] - 2023-03-09

### Added

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

### Removed

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

### Upgrade considerations

For projects relying on Algolia DocSearch meta tags, make sure to add back the `docsearch:version` tag in your project:
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 = 6.0.0
version = 6.1.0
author = Coen van der Kamp
author_email = coen@fourdigits.nl
description = Sphinx Wagtail theme
Expand Down

0 comments on commit 5593423

Please sign in to comment.