Skip to content

Commit

Permalink
chore(main): release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsong committed Apr 18, 2023
1 parent f3b79d6 commit e9f7ae8
Show file tree
Hide file tree
Showing 2 changed files with 16 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.12.0"
".": "0.13.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.13.0](https://github.com/kakao/varlog/compare/v0.12.0...v0.13.0) (2023-04-18)


### Features

* **admin:** add a new flag `replica-selector` to the varlogadm ([805f8de](https://github.com/kakao/varlog/commit/805f8de5ad7f20cf3153c81afd04a41fe70ff67c)), closes [#393](https://github.com/kakao/varlog/issues/393)
* **storage:** separate storage databases experimentally ([b3845f5](https://github.com/kakao/varlog/commit/b3845f568fb6f39b284d38935e991f8d5df3c4ac))
* **storage:** separate storage databases experimentally ([#410](https://github.com/kakao/varlog/issues/410)) ([9f64785](https://github.com/kakao/varlog/commit/9f64785de64b4bdc8ecb67ee746bdd36cfbf52e3))


### Performance Improvements

* **storagenode:** wrap replicateTask slice with struct ([37250e1](https://github.com/kakao/varlog/commit/37250e1670831baa7d472e3c4832c4f21701944c)), closes [#75](https://github.com/kakao/varlog/issues/75)
* **storagenode:** wrap replicateTask slice with struct ([#416](https://github.com/kakao/varlog/issues/416)) ([911b5fe](https://github.com/kakao/varlog/commit/911b5fe7d298aaa5a4ca74b9501a2778b49f4c77)), closes [#75](https://github.com/kakao/varlog/issues/75)

## [0.12.0](https://github.com/kakao/varlog/compare/v0.11.0...v0.12.0) (2023-04-06)


Expand Down

0 comments on commit e9f7ae8

Please sign in to comment.