Bump version: v2.2.1b1

This commit is contained in:
Joe Rickerby
2021-10-26 18:59:45 +01:00
parent bc3d3d123c
commit 90024def2c
17 changed files with 46 additions and 29 deletions
+12
View File
@@ -2,6 +2,16 @@
title: Changelog
---
### v2.2.1
_26 October 2021_
- 🛠 Added a `config-file` option on the GitHub Action to specify something
other than pyproject.toml in your GitHub Workflow file. (#883)
- 🐛 Fix missing resources in sdist and released wheel on PyPI. We've made
some internal change to our release processes to make them more reliable.
(#893, #894)
### v2.2.0
_22 October 2021_
@@ -20,6 +30,8 @@ _22 October 2021_
- 🛠 Support for TOML 1.0 when reading config files, via the `tomli` package. (#876)
<sup>Note: This version is not available on PyPI due to some missing resources in the release files. Please use v2.2.1 instead.</sup>
### v2.1.3
_6 October 2021_