From ab593954b448956e7baced876f24ee20230e74f7 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Mon, 2 Aug 2021 14:46:59 +0200 Subject: [PATCH] Release v0.10.2 --- .github/workflows/publish.yml | 8 ++++---- CHANGELOG.md | 9 ++++++++- Cargo.lock | 4 ++-- Cargo.toml | 2 +- derive/Cargo.toml | 2 +- setup.cfg | 2 +- 6 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e92327e..9b253ca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca1470..84f110f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 19c7e6d..42a86ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "fastobo-py" -version = "0.10.1" +version = "0.10.2" dependencies = [ "built", "fastobo", @@ -235,7 +235,7 @@ dependencies = [ [[package]] name = "fastobo-py-derive-internal" -version = "0.10.1" +version = "0.10.2" dependencies = [ "proc-macro2 1.0.27", "quote", diff --git a/Cargo.toml b/Cargo.toml index 100ccde..09813f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["derive"] [package] name = "fastobo-py" -version = "0.10.1" +version = "0.10.2" authors = ["Martin Larralde "] license = "MIT" publish = false diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 6155b64..6014c1f 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastobo-py-derive-internal" -version = "0.10.1" +version = "0.10.2" authors = ["Martin Larralde "] edition = "2018" publish = false diff --git a/setup.cfg b/setup.cfg index 537c128..ef96f4b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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