File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -111,12 +111,11 @@ jobs:
111
111
if : " startsWith(github.ref, 'refs/tags/v')"
112
112
name : Release
113
113
needs : publish
114
+ permissions : write-all
114
115
steps :
115
116
- name : Checkout code
116
- uses : actions/checkout@v1
117
- with :
118
- submodules : true
117
+ uses : actions/checkout@v4
119
118
- 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
121
120
with :
122
121
github-token : ' ${{ secrets.GITHUB_TOKEN }}'
Original file line number Diff line number Diff line change @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
8
8
## [ 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 ` .
10
16
11
17
## [ v0.4.8] - 2022-12-05
12
18
[ v0.4.8 ] : https://github.com/fastobo/fastobo-graphs/compare/v0.4.7...v0.4.8
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fastobo-graphs"
3
- version = " 0.4.8 "
3
+ version = " 0.4.9 "
4
4
authors = [" Martin Larralde <martin.larralde@ens-paris-saclay.fr>" ]
5
5
edition = " 2018"
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments