Skip to content

Commit

Permalink
Merge pull request #775 from kakao/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.21.0
  • Loading branch information
ijsong authored Jun 11, 2024
2 parents 57db00e + 072f500 commit da5d000
Show file tree
Hide file tree
Showing 2 changed files with 14 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.20.0"
".": "0.21.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.21.0](https://github.com/kakao/varlog/compare/v0.20.0...v0.21.0) (2024-06-11)


### Features

* **all:** add CLI flags for gRPC buffer management ([57db00e](https://github.com/kakao/varlog/commit/57db00e513b3ff49beb7544660b4fc8d308c8556))
* **storage:** add CLI flag '--storage-cache-size' for setting cache for storage ([e82fd37](https://github.com/kakao/varlog/commit/e82fd37d0a05b0632fee95a0a61618f22a5f828d))


### Bug Fixes

* **rpc:** use google.golang.org/grpc.NewClient instead of DialContext ([851f1c9](https://github.com/kakao/varlog/commit/851f1c9bcdd6e3d0e68612784090e67cb1dac918))

## [0.20.0](https://github.com/kakao/varlog/compare/v0.19.2...v0.20.0) (2024-03-05)


Expand Down

0 comments on commit da5d000

Please sign in to comment.