Skip to content

Commit 08e17fd

Browse files
committed
Release v0.14.1
1 parent 52ce9d7 commit 08e17fd

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ 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.14.0...HEAD
9+
[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.14.1...HEAD
10+
11+
## [v0.14.1] - 2025-10-25
12+
[v0.14.1]: https://github.com/fastobo/fastobo-py/compare/v0.14.0...v0.14.1
13+
### Fixed
14+
- Compilation of Python 3.14 wheels.
15+
- Documentation of `Qualifier` and `QualifierList`.
1016

1117
## [v0.14.0] - 2025-10-25
1218
[v0.14.0]: https://github.com/fastobo/fastobo-py/compare/v0.13.0...v0.14.0

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["derive"]
33

44
[package]
55
name = "fastobo-py"
6-
version = "0.14.0"
6+
version = "0.14.1"
77
authors = ["Martin Larralde <[email protected]>"]
88
license = "MIT"
99
publish = false
@@ -43,7 +43,7 @@ version = "0.3.2"
4343
[dependencies.horned-owl]
4444
version = "1.0"
4545
[dependencies.fastobo-py-derive-internal]
46-
version = "0.14.0"
46+
version = "0.14.1"
4747
path = "./derive"
4848

4949
[features]

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fastobo-py-derive-internal"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Martin Larralde <[email protected]>"]
55
edition = "2018"
66
publish = false

0 commit comments

Comments
 (0)