Skip to content

Commit

Permalink
Release v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Dec 6, 2022
1 parent 8806d24 commit a2e9bcf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions 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
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a2e9bcf

Please sign in to comment.