Browse Source

Set up release notes for 5.1

Matt Westcott 1 year ago
parent
commit
5f870fbd13
4 changed files with 43 additions and 0 deletions
  1. 6 0
      CHANGELOG.txt
  2. 35 0
      docs/releases/5.1.md
  3. 1 0
      docs/releases/index.rst
  4. 1 0
      docs/releases/upgrading.md

+ 6 - 0
CHANGELOG.txt

@@ -1,6 +1,12 @@
 Changelog
 =========
 
+5.1 (xx.xx.xxxx) - IN DEVELOPMENT
+~~~~~~~~~~~~~~~~
+
+ * Maintenance: Switch to ruff for flake8 / isort code checking (Oliver Parker)
+
+
 5.0 (xx.xx.xxxx) - IN DEVELOPMENT
 ~~~~~~~~~~~~~~~~
 

+ 35 - 0
docs/releases/5.1.md

@@ -0,0 +1,35 @@
+# Wagtail 5.1 release notes - IN DEVELOPMENT
+
+_Unreleased_
+
+```{contents}
+---
+local:
+depth: 1
+---
+```
+
+## What's new
+
+### ...
+
+### Other features
+
+ * ...
+
+### Bug fixes
+
+ * ...
+
+### Documentation
+
+ * ...
+
+### Maintenance
+
+ * Switch to ruff for flake8 / isort code checking (Oliver Parker)
+
+
+## Upgrade considerations
+
+### ...

+ 1 - 0
docs/releases/index.rst

@@ -5,6 +5,7 @@ Release notes
    :maxdepth: 1
 
    upgrading
+   5.1
    5.0
    4.2.2
    4.2.1

+ 1 - 0
docs/releases/upgrading.md

@@ -59,6 +59,7 @@ The compatible versions of Django and Python for each Wagtail release are:
 
 | Wagtail release | Compatible Django versions | Compatible Python versions |
 | --------------- | -------------------------- | -------------------------- |
+| 5.1             | 3.2, 4.1, 4.2              | 3.7, 3.8, 3.9, 3.10, 3.11  |
 | 5.0             | 3.2, 4.1, 4.2              | 3.7, 3.8, 3.9, 3.10, 3.11  |
 | 4.2             | 3.2, 4.0, 4.1              | 3.7, 3.8, 3.9, 3.10, 3.11  |
 | 4.1 LTS         | 3.2, 4.0, 4.1              | 3.7, 3.8, 3.9, 3.10, 3.11  |