Skip to content

Commit 43982f9

Browse files
authored
Prepare for v0.24.0-beta1 release (#924)
Prepare for v0.24.0-beta1 release
2 parents 9bbaa1a + c546711 commit 43982f9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.24.0-beta1] - 2019-07-08
10+
911
### Added
1012

1113
- Varchar type.
@@ -15,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517
### Changed
1618

1719
- Errors now report the repository causing the error, if possible.
18-
- Now non rooted siva files support old siva rooted repositories.
1920
- Switch some types of known or maximum length (mostly hashes and emails)
2021
to VarChar with a size.
2122
- Traces now have a root span.
@@ -25,8 +26,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2526

2627
- Fixed the behaviour of limit and offset.
2728
- Resolution of HAVING nodes.
29+
30+
## [0.23.1] - 2019-07-05
31+
32+
### Fixed
33+
2834
- Fix the results of files table by not using git log.
2935

36+
## [0.23.0] - 2019-07-04
37+
38+
### Changed
39+
40+
- Now non rooted siva files support old siva rooted repositories.
41+
3042
## [0.22.0] - 2019-07-03
3143

3244
### Added

0 commit comments

Comments
 (0)