From 8015fefa13d35ab835486ba92e0da762026ddbd3 Mon Sep 17 00:00:00 2001 From: Dongcheol Choe <40932237+dc7303@users.noreply.github.com> Date: Sun, 4 Apr 2021 22:23:51 +0900 Subject: [PATCH] Update CHANGELOG for v0.1.3 (#172) --- CHANGELOG.md | 15 +++++++++++++++ Makefile | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30036528b..5b6a15dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) ## [Unreleased] +## [0.1.3] - 2021-04-04 + +### Added +- Add more metrics related to PushPull API: #166 +- Add command-line flags for agent command: #167 +- Support for null values: #160 + +### Changed +- Update Go version to 1.16: #161 +- Calculate the size of Text in UTF-16 code units: #165 + +### Fixed +- Fix invalid states of SplayTree: #162 +- Remove errors that occur when insPrev does not exist: #164 + ## [0.1.2] - 2021-02-14 ### Added diff --git a/Makefile b/Makefile index 48b4a4d5a..7f5a12193 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -YORKIE_VERSION := 0.1.2 +YORKIE_VERSION := 0.1.3 GIT_COMMIT := $(shell git rev-parse --short HEAD) BUILD_DATE := $(shell date "+%Y-%m-%d")