Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.4.6 (yorkie-team#627)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md for v0.4.6

* Update CHANGELOG.md

---------

Co-authored-by: Youngteac Hong <[email protected]>
  • Loading branch information
2 people authored and Wu22e committed Sep 3, 2023
1 parent c069cd3 commit 9dee3bf
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
YORKIE_VERSION := 0.4.5
YORKIE_VERSION := 0.4.6

GO_PROJECT = github.com/yorkie-team/yorkie

Expand Down
4 changes: 2 additions & 2 deletions build/charts/yorkie-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9dee3bf

Please sign in to comment.