Skip to content

Commit eb06b0a

Browse files
committed
Release v0.4.9
1 parent 52e9146 commit eb06b0a

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.github/workflows/test.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,11 @@ jobs:
111111
if: "startsWith(github.ref, 'refs/tags/v')"
112112
name: Release
113113
needs: publish
114+
permissions: write-all
114115
steps:
115116
- name: Checkout code
116-
uses: actions/checkout@v1
117-
with:
118-
submodules: true
117+
uses: actions/checkout@v4
119118
- name: Release a Changelog
120-
uses: rasmus-saks/release-a-changelog-action@v1.0.1
119+
uses: rasmus-saks/release-a-changelog-action@v1.2.0
121120
with:
122121
github-token: '${{ secrets.GITHUB_TOKEN }}'

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ 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-graphs/compare/v0.4.8...HEAD
9+
[Unreleased]: https://github.com/fastobo/fastobo-graphs/compare/v0.4.9...HEAD
10+
11+
## [v0.4.9] - 2025-02-13
12+
[v0.4.9]: https://github.com/fastobo/fastobo-graphs/compare/v0.4.8...v0.4.9
13+
### Changed
14+
- Bumped `fastobo` to `v0.15.3`.
15+
- Bumped `lazy-static` to `v1.5`.
1016

1117
## [v0.4.8] - 2022-12-05
1218
[v0.4.8]: https://github.com/fastobo/fastobo-graphs/compare/v0.4.7...v0.4.8

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fastobo-graphs"
3-
version = "0.4.8"
3+
version = "0.4.9"
44
authors = ["Martin Larralde <martin.larralde@ens-paris-saclay.fr>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)