Skip to content

Commit

Permalink
Release v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Dec 6, 2023
1 parent 8d77acb commit a6d80b3
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ jobs:
upload:
environment: PyPI
runs-on: ubuntu-latest
permissions:
id-token: write
name: Upload
needs:
- wheel-linux-aarch64
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ 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.2...HEAD
[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.12.3...HEAD

## [v0.12.3] - 2023-12-06
[v0.12.3]: https://github.com/fastobo/fastobo-py/compare/v0.12.2...v0.12.3
### Added
- Explicit support for Python 3.12.
### Changed
- Bump `pyo3` to `v0.19.2`.
- Make `DisconnectedChannelError` inherit from `RuntimeError` instead of `ChildProcessError`.

## [v0.12.2] - 2022-12-06
[v0.12.2]: https://github.com/fastobo/fastobo-py/compare/v0.12.1...v0.12.2
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["derive"]

[package]
name = "fastobo-py"
version = "0.12.2"
version = "0.12.3"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
license = "MIT"
publish = false
Expand Down Expand Up @@ -44,7 +44,7 @@ version = "0.11.0"
[dependencies.horned-functional]
version = "0.4.0"
[dependencies.fastobo-py-derive-internal]
version = "0.12.1"
version = "0.12.3"
path = "./derive"

[features]
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastobo-py-derive-internal"
version = "0.12.2"
version = "0.12.3"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2018"
publish = false
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
version = 0.12.3
author = Martin Larralde
author_email = martin.larralde@embl.de
home_page = https://github.com/fastobo/fastobo-py
Expand Down

0 comments on commit a6d80b3

Please sign in to comment.