Skip to content

Commit

Permalink
chore(main): release 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsong committed Oct 4, 2023
1 parent 11859e0 commit fb1ff2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.15.0"
".": "0.15.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.15.1](https://github.com/kakao/varlog/compare/v0.15.0...v0.15.1) (2023-10-04)


### Bug Fixes

* **rpc:** call Reset before unmarshaling protobuf ([aae2495](https://github.com/kakao/varlog/commit/aae24957d0e10a7af1c8c29bfba1e8b85d2d7ec0))


### Performance Improvements

* **rpc:** use gogoproto codec ([#236](https://github.com/kakao/varlog/issues/236)) ([c4224c0](https://github.com/kakao/varlog/commit/c4224c05c1ceb2fabba8900475d2e24e51afba90))

## [0.15.0](https://github.com/kakao/varlog/compare/v0.14.1...v0.15.0) (2023-07-31)


Expand Down

0 comments on commit fb1ff2d

Please sign in to comment.