diff --git a/Cargo.lock b/Cargo.lock index 235f2b5..19e64f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -171,7 +171,7 @@ dependencies = [ [[package]] name = "pyproject-toml" -version = "0.12.0" +version = "0.13.0" dependencies = [ "glob", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 81b658c..cdfb53c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyproject-toml" -version = "0.12.0" +version = "0.13.0" description = "pyproject.toml parser in Rust" edition = "2021" license = "MIT" diff --git a/Changelog.md b/Changelog.md index 1207604..1fba272 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,12 +1,15 @@ # Changelog -## 0.12.0 +## 0.13.0 -* Support dependency groups (PEP 735) * Update to the provisional PEP 639. This is technically a breaking change, but only for fields previously in draft * Update pep440_rs to 0.7.1 * Update pep508_rs to 0.8.0 +## 0.12.0 + +* Support dependency groups (PEP 735) + ## 0.11.0 * Update pep440_rs to 0.6.0