Skip to content

Commit

Permalink
Merge pull request #623 from k1LoW/tagpr-from-v0.83.1
Browse files Browse the repository at this point in the history
Release for v0.84.0
  • Loading branch information
k1LoW authored Oct 8, 2023
2 parents dcb4043 + 5c78082 commit 53321fc
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.84.0](https://github.com/k1LoW/runn/compare/v0.83.1...v0.84.0) - 2023-10-08
### Breaking Changes 🛠
- Support `exec.shell:` for specifying the shell to use by @k1LoW in https://github.com/k1LoW/runn/pull/622
### New Features 🎉
- Add `coverage` command for showing coverage for paths/operations of OpenAPI spec and methods of protocol buffers. by @k1LoW in https://github.com/k1LoW/runn/pull/625

## [v0.83.1](https://github.com/k1LoW/runn/compare/v0.83.0...v0.83.1) - 2023-09-23
### New Features 🎉
- Support application/octet-stream via http by @DaichiUeura in https://github.com/k1LoW/runn/pull/617
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.83.1" //nostyle:repetition
var Version = "0.84.0" //nostyle:repetition

0 comments on commit 53321fc

Please sign in to comment.