Skip to content

Commit

Permalink
Release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 23, 2022
1 parent 26dce46 commit 52e24ef
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.11.0...HEAD
[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.11.1...HEAD

## [v0.11.1] - 2022-01-23
[v0.11.1]: https://github.com/fastobo/fastobo-py/compare/v0.11.0...v0.11.1
### Fixed
- Extraction of date argument when creating a `CreationDateClause`.
- Skip displaying empty xrefs in `fastobo.typedef.DefClause.__repr__`.

## [v0.11.0] - 2022-01-23
[v0.11.0]: https://github.com/fastobo/fastobo-py/compare/v0.10.2-post1...v0.11.0
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.11.0"
version = "0.11.1"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
license = "MIT"
publish = false
Expand Down Expand Up @@ -40,7 +40,7 @@ version = "0.10.0"
[dependencies.horned-functional]
version = "0.3.3"
[dependencies.fastobo-py-derive-internal]
version = "0.11.0"
version = "0.11.1"
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.11.0"
version = "0.11.1"
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.11.0
version = 0.11.1
author = Martin Larralde
author_email = martin.larralde@embl.de
home_page = https://github.com/fastobo/fastobo-py
Expand Down

0 comments on commit 52e24ef

Please sign in to comment.