Commit 57866e8 1 parent 8def590 commit 57866e8 Copy full SHA for 57866e8
File tree 3 files changed +15
-3
lines changed
build/charts/yorkie-cluster
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.4.13] - 2024-01-19
11
+
12
+ ### Added
13
+ * Add API for Retrieving All Documents by @raararaara in https://github.com/yorkie-team/yorkie/pull/755
14
+ * Introduce object creation interface with initial values by @highcloud100 in https://github.com/yorkie-team/yorkie/pull/756
15
+ * Implement Tree.RemoveStyle by @justiceHui in https://github.com/yorkie-team/yorkie/pull/748
16
+
17
+ ### Fixed
18
+ * Fix RHT.Remove and Add test code by @justiceHui in https://github.com/yorkie-team/yorkie/pull/752
19
+ * FIx Finding Housekeeping Candidates and Modify Housekeeping Structure by @devleejb in https://github.com/yorkie-team/yorkie/pull/749
20
+ * Add concurrent editing test cases in Tree by @sejongk in https://github.com/yorkie-team/yorkie/pull/751
21
+
10
22
## [ 0.4.12] - 2024-01-05
11
23
12
24
### Changed
Original file line number Diff line number Diff line change 1
- YORKIE_VERSION := 0.4.12
1
+ YORKIE_VERSION := 0.4.13
2
2
3
3
GO_PROJECT = github.com/yorkie-team/yorkie
4
4
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ maintainers:
11
11
12
12
sources :
13
13
- https://github.com/yorkie-team/yorkie
14
- version : 0.4.12
15
- appVersion : " 0.4.12 "
14
+ version : 0.4.13
15
+ appVersion : " 0.4.13 "
16
16
kubeVersion : " >=1.23.0-0"
17
17
18
18
keywords :
You can’t perform that action at this time.
0 commit comments