Skip to content

Commit

Permalink
Release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 16, 2019
1 parent baea104 commit 50dba92
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.4.1-rev{build}'
version: '0.4.2-rev{build}'
clone_depth: 5
environment:
TARGET: x86_64-pc-windows-msvc
Expand Down
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.4.2...HEAD


## [v0.4.2] - 2019-09-16

[v0.4.2]: https://github.com/fastobo/fastobo-py/compare/v0.4.1...v0.4.2

### Added
- Getters for `IsClassLevelClause` and `IsMetadataTag` in `fastobo.typedef`
- Getters for `RelationshipClause` in `fastobo.term`

### Changed
- Inconsistent naming for `PropertyValueClause` between `fastobo.header`
and other submodules.

### Fixed
- Bug with `fastobo.header.ImportClause.reference` returning the whole clause
serialization instead.


## [v0.4.1] - 2019-09-15
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion 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.4.1"
version = "0.4.2"
authors = ["Martin Larralde <martin.larralde@ens-paris-saclay.fr>"]
publish = false
build = "src/build.rs"
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.4.1"
version = "0.4.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.4.1
version = 0.4.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 50dba92

Please sign in to comment.