Skip to content

Commit

Permalink
Update CHANGELOG for v0.1.3 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
dc7303 authored Apr 4, 2021
1 parent 1077ce8 commit 8015fef
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1.2
YORKIE_VERSION := 0.1.3

GIT_COMMIT := $(shell git rev-parse --short HEAD)
BUILD_DATE := $(shell date "+%Y-%m-%d")
Expand Down

0 comments on commit 8015fef

Please sign in to comment.