Skip to content

Commit 54df6ad

Browse files
authored
Prepare v0.21.0-beta2 release (#876)
Prepare v0.21.0-beta2 release
2 parents dc0820d + 6ece31e commit 54df6ad

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.21.0-beta2] - 2019-06-18
10+
911
### Added
1012

13+
- Added `json_unquote` function.
1114
- Added `commit_file_stats` function.
1215
- Added documentation about `commit_stats`.
13-
- Add metrics (engine, analyzer, regex, pilosa) based on go-kit interface. ([#744](https://github.com/src-d/go-mysql-server/pull/744))
16+
- Add metrics (engine, analyzer, regex, pilosa) based on go-kit interface. ([#744](https://github.com/src-d/go-mysql-server/pull/744))
17+
1418
### Changed
1519

16-
- internal/function: gracefully handle errors in commit_stats.
1720
- Removed vendor folder.
1821
- Upgrade `enry` to version `v2.0.0`.
1922
- Switch `gocloc` to version `v0.3.0`.
2023

2124
### Fixed
2225

26+
- internal/function: gracefully handle errors in commit_stats.
2327
- internal/function: take into account if repository is resolved in commit_stats ([#863](https://github.com/src-d/gitbase/pull/863))
2428
- internal/function: `Files` field in `commit_stats` contains now proper results.
2529

0 commit comments

Comments
 (0)