diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d851a..5534e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.12.1...HEAD +[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.12.2...HEAD + +## [v0.12.2] - 2022-12-06 +[v0.12.2]: https://github.com/fastobo/fastobo-py/compare/v0.12.1...v0.12.2 +### Added +- Explicit support for Python 3.11. +- Pre-built wheels for MacOS `aarch64` platforms. +### Changed +- Bump `pyo3` to `v0.17.3`. +- Bump `fastobo` to `v0.15.1`. +- Bump `fastobo-graphs` to `v0.4.8`. ## [v0.12.1] - 2022-07-08 [v0.12.1]: https://github.com/fastobo/fastobo-py/compare/v0.12.0...v0.12.1 diff --git a/Cargo.lock b/Cargo.lock index 595982c..beb5894 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -351,7 +351,7 @@ dependencies = [ [[package]] name = "fastobo-py" -version = "0.12.1" +version = "0.12.2" dependencies = [ "built", "fastobo", @@ -362,14 +362,13 @@ dependencies = [ "horned-owl", "lazy_static", "libc", - "pest", "pyo3", "pyo3-built", ] [[package]] name = "fastobo-py-derive-internal" -version = "0.12.1" +version = "0.12.2" dependencies = [ "proc-macro2 1.0.47", "quote", diff --git a/Cargo.toml b/Cargo.toml index 4909849..081b7a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ pyo3-built = "0.4.6" [dependencies.pyo3] version = "0.17.3" [dependencies.fastobo] -version = "0.15.0" +version = "0.15.1" features = ["threading", "smartstring"] [dependencies.fastobo-graphs] version = "0.4.8" diff --git a/setup.cfg b/setup.cfg index 0d3b3c7..d10d461 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = fastobo -version = 0.12.2-rc2 +version = 0.12.2 author = Martin Larralde author_email = martin.larralde@embl.de home_page = https://github.com/fastobo/fastobo-py