Skip to content

Commit

Permalink
Merge pull request #845 from k1LoW/tagpr-from-v0.101.1
Browse files Browse the repository at this point in the history
Release for v0.101.2
  • Loading branch information
k1LoW authored Mar 26, 2024
2 parents 4accde5 + 507cdef commit 20f247c
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.101.2](https://github.com/k1LoW/runn/compare/v0.101.1...v0.101.2) - 2024-03-26
### Other Changes
- Update pkgs by @k1LoW in https://github.com/k1LoW/runn/pull/844
- Add ClearKV for clearing the KV store by @k1LoW in https://github.com/k1LoW/runn/pull/847
- Update github.com/pb33f/libopenapi-validator to v0.0.46 by @k1LoW in https://github.com/k1LoW/runn/pull/848

## [v0.101.1](https://github.com/k1LoW/runn/compare/v0.101.0...v0.101.1) - 2024-03-21
### Fix bug 🐛
- Set base path for OpenAPI document by @k1LoW in https://github.com/k1LoW/runn/pull/840
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.101.1" //nostyle:repetition
var Version = "0.101.2" //nostyle:repetition

0 comments on commit 20f247c

Please sign in to comment.