Skip to content

Commit 714cfe4

Browse files
committed
Release v0.10.1
1 parent 8bf3a19 commit 714cfe4

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ 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.10.0...HEAD
9+
[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.10.1...HEAD
10+
11+
## [v0.10.1] - 2021-03-30
12+
[v0.10.1]: https://github.com/fastobo/fastobo-py/compare/v0.10.0...v0.10.1
13+
### Changed
14+
- Bumped `fastobo` dependency to `v0.13.1`.
15+
### Fixed
16+
- Curly braces not being properly escaped when writing unquoted strings.
1017

1118
## [v0.10.0] - 2021-02-19
1219
[v0.10.0]: https://github.com/fastobo/fastobo-py/compare/v0.9.3...v0.10.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.10.0"
6+
version = "0.10.1"
77
authors = ["Martin Larralde <martin.larralde@embl.de>"]
88
license = "MIT"
99
publish = false
@@ -33,7 +33,7 @@ features = ["threading", "smartstring"]
3333
version = "0.4.3"
3434
features = ["obo"]
3535
[dependencies.fastobo-py-derive-internal]
36-
version = "0.10.0"
36+
version = "0.10.1"
3737
path = "./derive"
3838

3939
[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.10.0"
3+
version = "0.10.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.10.0
3+
version = 0.10.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)