Skip to content

Commit 52e24ef

Browse files
committed
Release v0.11.1
1 parent 26dce46 commit 52e24ef

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

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.11.0...HEAD
9+
[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.11.1...HEAD
10+
11+
## [v0.11.1] - 2022-01-23
12+
[v0.11.1]: https://github.com/fastobo/fastobo-py/compare/v0.11.0...v0.11.1
13+
### Fixed
14+
- Extraction of date argument when creating a `CreationDateClause`.
15+
- Skip displaying empty xrefs in `fastobo.typedef.DefClause.__repr__`.
1016

1117
## [v0.11.0] - 2022-01-23
1218
[v0.11.0]: https://github.com/fastobo/fastobo-py/compare/v0.10.2-post1...v0.11.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.11.0"
6+
version = "0.11.1"
77
authors = ["Martin Larralde <martin.larralde@embl.de>"]
88
license = "MIT"
99
publish = false
@@ -40,7 +40,7 @@ version = "0.10.0"
4040
[dependencies.horned-functional]
4141
version = "0.3.3"
4242
[dependencies.fastobo-py-derive-internal]
43-
version = "0.11.0"
43+
version = "0.11.1"
4444
path = "./derive"
4545

4646
[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.11.0"
3+
version = "0.11.1"
44
authors = ["Martin Larralde <martin.larralde@embl.de>"]
55
edition = "2018"
66
publish = false

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.11.0
3+
version = 0.11.1
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)