diff --git a/.changeset/update_to_ruff_05.md b/.changeset/update_to_ruff_05.md deleted file mode 100644 index cd5a49ce8..000000000 --- a/.changeset/update_to_ruff_05.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -# Update to Ruff 0.5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3366fd430..0ab7c56bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ Programmatic usage of this project (e.g., importing it as a Python module) and t The 0.x prefix used in versions for this project is to indicate that breaking changes are expected frequently (several times a year). Breaking changes will increment the minor number, all other changes will increment the patch number. You can track the progress toward 1.0 [here](https://github.com/openapi-generators/openapi-python-client/projects/2). +## 0.21.2 (2024-07-20) + +### Features + +- Update to Ruff 0.5 + ## 0.21.1 (2024-06-15) ### Features diff --git a/pyproject.toml b/pyproject.toml index b655b2532..c585ff365 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "typing-extensions>=4.8.0,<5.0.0", ] name = "openapi-python-client" -version = "0.21.1" +version = "0.21.2" description = "Generate modern Python clients from OpenAPI" keywords = [ "OpenAPI",