Skip to content

Commit

Permalink
Release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jun 16, 2020
1 parent bee3e9d commit 549b89d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.8.1...HEAD
[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.8.2...HEAD


## [v0.8.2] - 2020-06-16

[v0.8.2]: https://github.com/fastobo/fastobo-py/compare/v0.8.1...v0.8.2

### Fixed
- `OboDoc` not implementing list methods (`.append`, etc.).


### [v0.8.1] - 2020-06-14
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.8.1"
version = "0.8.2"
authors = ["Martin Larralde <martin.larralde@ens-paris-saclay.fr>"]
publish = false
build = "src/build.rs"
Expand All @@ -30,7 +30,7 @@ url = "2.1.0"

fastobo = "0.9.0"
fastobo-graphs = "0.3.0"
fastobo-py-derive-internal = { version = "0.8.1", path = "./derive" }
fastobo-py-derive-internal = { version = "0.8.2", path = "./derive" }

[features]
default = []
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.8.1"
version = "0.8.2"
authors = ["Martin Larralde <martin.larralde@ens-cachan.fr>"]
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.8.1
version = 0.8.2
author = Martin Larralde
author-email = martin.larralde@ens-paris-saclay.fr
home-page = https://github.com/fastobo/fastobo-py
Expand Down

0 comments on commit 549b89d

Please sign in to comment.