Skip to content

Commit a2e9bcf

Browse files
committed
Release v0.12.2
1 parent 8806d24 commit a2e9bcf

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [Unreleased]
9-
[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.12.1...HEAD
9+
[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.12.2...HEAD
10+
11+
## [v0.12.2] - 2022-12-06
12+
[v0.12.2]: https://github.com/fastobo/fastobo-py/compare/v0.12.1...v0.12.2
13+
### Added
14+
- Explicit support for Python 3.11.
15+
- Pre-built wheels for MacOS `aarch64` platforms.
16+
### Changed
17+
- Bump `pyo3` to `v0.17.3`.
18+
- Bump `fastobo` to `v0.15.1`.
19+
- Bump `fastobo-graphs` to `v0.4.8`.
1020

1121
## [v0.12.1] - 2022-07-08
1222
[v0.12.1]: https://github.com/fastobo/fastobo-py/compare/v0.12.0...v0.12.1

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pyo3-built = "0.4.6"
2727
[dependencies.pyo3]
2828
version = "0.17.3"
2929
[dependencies.fastobo]
30-
version = "0.15.0"
30+
version = "0.15.1"
3131
features = ["threading", "smartstring"]
3232
[dependencies.fastobo-graphs]
3333
version = "0.4.8"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = fastobo
3-
version = 0.12.2-rc2
3+
version = 0.12.2
44
author = Martin Larralde
55
author_email = martin.larralde@embl.de
66
home_page = https://github.com/fastobo/fastobo-py

0 commit comments

Comments
 (0)