diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b7175..cb00a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.6.1...HEAD + + +## [v0.6.1] - 2019-11-19 + +[v0.6.1]: https://github.com/fastobo/fastobo-py/compare/v0.6.0...v0.6.1 + +### Added +- Compilation of Python 3.8 wheels for Linux and Windows + ([#67](https://github.com/fastobo/fastobo-py/issues/67)). + +### Fixed +- `BaseTypedefClause` not being declared in `fastobo.typdef` submodule. +- `fastobo.id` module performing unneeded string allocation. ## [v0.6.0] - 2019-10-08 diff --git a/Cargo.lock b/Cargo.lock index e46141a..4d6f1a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,12 +197,12 @@ dependencies = [ [[package]] name = "fastobo-py" -version = "0.6.0" +version = "0.6.1" dependencies = [ "built 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "fastobo 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "fastobo-graphs 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "fastobo-py-derive-internal 0.6.0", + "fastobo-py-derive-internal 0.6.1", "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", "opaque_typedef 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "opaque_typedef_macros 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -214,7 +214,7 @@ dependencies = [ [[package]] name = "fastobo-py-derive-internal" -version = "0.6.0" +version = "0.6.1" dependencies = [ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index aeff68a..e4aff88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["derive"] [package] name = "fastobo-py" -version = "0.6.0" +version = "0.6.1" authors = ["Martin Larralde "] publish = false build = "src/build.rs" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index f68751b..623e5a5 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastobo-py-derive-internal" -version = "0.6.0" +version = "0.6.1" authors = ["Martin Larralde "] edition = "2018" publish = false diff --git a/setup.cfg b/setup.cfg index 4b8014a..cac91f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = fastobo -version = 0.6.0 +version = 0.6.1 author = Martin Larralde author-email = martin.larralde@ens-paris-saclay.fr home-page = https://github.com/fastobo/fastobo-py