File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments