Skip to content

Commit

Permalink
Release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 11, 2022
1 parent a7e5106 commit 2b7ed3d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Extract release notes
id: extract-release-notes
uses: ffurrer2/extract-release-notes@v1
- name: Create release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update release notes
if: startsWith(github.ref, 'refs/tags/')
uses: rasmus-saks/[email protected]
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false
body: ${{ steps.extract-release-notes.outputs.release_notes }}
github-token: '${{ secrets.GITHUB_TOKEN }}'
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-syntax/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/fastobo/fastobo-syntax/compare/v0.7.2...HEAD

## [v0.7.2] - 2022-02-11
[v0.7.2]: https://github.com/fastobo/fastobo-syntax/compare/v0.7.1...v0.7.2
### Fixed
- Parsing of `UrlId` with scheme other than `http`.
### Changed
- Allow escaping reserved OBO characters with backslashes in IRIs.

## [v0.7.1] - 2022-01-20
[v0.7.1]: https://github.com/fastobo/fastobo-syntax/compare/v0.7.0...v0.7.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastobo-syntax"
version = "0.7.1"
version = "0.7.2"
authors = ["Martin Larralde <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 2b7ed3d

Please sign in to comment.