From 9dee3bfc7e8a12a573f1f2c719051b8da8d058b6 Mon Sep 17 00:00:00 2001 From: JOOHOJANG <46807540+JOOHOJANG@users.noreply.github.com> Date: Fri, 25 Aug 2023 18:49:37 +0900 Subject: [PATCH] Update CHANGELOG.md for v0.4.6 (#627) * Update CHANGELOG.md for v0.4.6 * Update CHANGELOG.md --------- Co-authored-by: Youngteac Hong --- CHANGELOG.md | 29 ++++++++++++++++++++++++++ Makefile | 2 +- build/charts/yorkie-cluster/Chart.yaml | 4 ++-- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 759dab218..cba6c3668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,35 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) ## [Unreleased] +## [0.4.6] - 2023-08-25 + +### Added +* Set cobra default output to stdout by @blurfx in https://github.com/yorkie-team/yorkie/pull/599 +* Fetch latest snapshot metadata to determine snapshot creation need by @hyemmie in https://github.com/yorkie-team/yorkie/pull/597 +* Update contributing docs by @MoonGyu1 in https://github.com/yorkie-team/yorkie/pull/601 +* Add Pagination to Listing Projects for Housekeeping by @tedkimdev in https://github.com/yorkie-team/yorkie/pull/587 +* Update workflow with latest versions of the actions which runs on Node16 by @jongwooo in https://github.com/yorkie-team/yorkie/pull/620 +* Add integration tree test for sync with js-sdk by @MoonGyu1 in https://github.com/yorkie-team/yorkie/pull/611 +* Add testcases for sync with js-sdk by @MoonGyu1 in https://github.com/yorkie-team/yorkie/pull/621 +* Add tree document by @MoonGyu1 in https://github.com/yorkie-team/yorkie/pull/608 +* Cache ProjectInfo by @blurfx in https://github.com/yorkie-team/yorkie/pull/586 +* Handle concurrent editing of Tree.Edit by @hackerwins, @MoonGyu1, @sejongk in https://github.com/yorkie-team/yorkie/pull/607 +* Support multi-level and partial element selection by @sejongk, @hackerwins in https://github.com/yorkie-team/yorkie/pull/624 + +### Changed +* Remove Select operation from Text by @joonhyukchoi in https://github.com/yorkie-team/yorkie/pull/589 +* Change 'Documents' from plural to singular in DocEvent by @chacha912 in https://github.com/yorkie-team/yorkie/pull/613 +* Cleanup proto by @chacha912 in https://github.com/yorkie-team/yorkie/pull/614 +* Replace matrix strategy with environment variable by @jongwooo in https://github.com/yorkie-team/yorkie/pull/619 +* Change TreeNode to have IDs instead of insPrev, insNext by @JOOHOJANG in https://github.com/yorkie-team/yorkie/pull/622 + +### Fixed +* Fix typos and invalid link in the yorkie design document by @g2hhh2ee in https://github.com/yorkie-team/yorkie/pull/591 +* Clean up code by @hackerwins in https://github.com/yorkie-team/yorkie/pull/595 +* Clean up methods related to presence by @chacha912 in https://github.com/yorkie-team/yorkie/pull/594 +* Remove panic from crdt.RGATreeList by @sejongk in https://github.com/yorkie-team/yorkie/pull/596 +* Fix treePos calculating logic for text node by @JOOHOJANG in https://github.com/yorkie-team/yorkie/pull/615 + ## [0.4.5] - 2023-07-20 ### Added diff --git a/Makefile b/Makefile index b68b4ba1b..1514a27c2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -YORKIE_VERSION := 0.4.5 +YORKIE_VERSION := 0.4.6 GO_PROJECT = github.com/yorkie-team/yorkie diff --git a/build/charts/yorkie-cluster/Chart.yaml b/build/charts/yorkie-cluster/Chart.yaml index c88edee38..218aec62e 100644 --- a/build/charts/yorkie-cluster/Chart.yaml +++ b/build/charts/yorkie-cluster/Chart.yaml @@ -13,8 +13,8 @@ maintainers: sources: - https://github.com/yorkie-team/yorkie -version: 0.4.5 -appVersion: "0.4.5" +version: 0.4.6 +appVersion: "0.4.6" kubeVersion: ">=1.23.0-0" keywords: