File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}'
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.
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
Original file line number Diff line number Diff line change 11[package ]
22name = " fastobo-graphs"
3- version = " 0.4.8 "
3+ version = " 0.4.9 "
44authors = [" Martin Larralde <martin.larralde@ens-paris-saclay.fr>" ]
55edition = " 2018"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments