Skip to content

Commit

Permalink
Merge pull request #780 from k1LoW/tagpr-from-v0.98.2
Browse files Browse the repository at this point in the history
Release for v0.98.3
  • Loading branch information
k1LoW authored Feb 1, 2024
2 parents e6c26c3 + 96d742b commit c8042c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [v0.98.3](https://github.com/k1LoW/runn/compare/v0.98.2...v0.98.3) - 2024-02-01
### Fix bug 🐛
- fix: Fix potential panic by @ikawaha in https://github.com/k1LoW/runn/pull/781
### Other Changes
- Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 by @dependabot in https://github.com/k1LoW/runn/pull/779

## [v0.98.2](https://github.com/k1LoW/runn/compare/v0.98.1...v0.98.2) - 2024-01-30
### Fix bug 🐛
- Fix verbose index by @k1LoW in https://github.com/k1LoW/runn/pull/778
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package version

const Name string = "runn"

var Version = "0.98.2" //nostyle:repetition
var Version = "0.98.3" //nostyle:repetition

0 comments on commit c8042c4

Please sign in to comment.