Skip to content

Commit

Permalink
Release v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Aug 2, 2021
1 parent 8a0da37 commit ab59395
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
pyo3-python: /opt/python/cp38-cp38/bin/python
- python-version: 3.9
pyo3-python: /opt/python/cp39-cp39/bin/python
- python-version: pypy-3.6
pyo3-python: /opt/pypy/pypy3.6-7.3.3/bin/python
- python-version: pypy-3.7
pyo3-python: /opt/pypy/pypy3.7-7.3.3/bin/python
#- python-version: pypy-3.6
# pyo3-python: /opt/pypy/pypy3.6-7.3.3/bin/python
#- python-version: pypy-3.7
# pyo3-python: /opt/pypy/pypy3.7-7.3.4/bin/python
steps:
- name: Checkout code
uses: actions/checkout@v1
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


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

## [v0.10.2] - 2021-08-02
[v0.10.2]: https://github.com/fastobo/fastobo-py/compare/v0.10.1...v0.10.2
### Changed
- Bumped `pyo3` dependency to `v0.14.1`.
### Fixed
- `fastobo.iter` erroneously wrapping `SyntaxError` raised in the header into a `TypeError`.

## [v0.10.1] - 2021-03-30
[v0.10.1]: https://github.com/fastobo/fastobo-py/compare/v0.10.0...v0.10.1
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.

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.10.1"
version = "0.10.2"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
license = "MIT"
publish = false
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.10.1"
version = "0.10.2"
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.10.1
version = 0.10.2
author = Martin Larralde
author_email = martin.larralde@embl.de
home_page = https://github.com/fastobo/fastobo-py
Expand Down

0 comments on commit ab59395

Please sign in to comment.