Skip to content

Commit

Permalink
Bump to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Oct 24, 2024
1 parent bd9a5c3 commit 93f7569
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
7 changes: 5 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 93f7569

Please sign in to comment.