File tree 1 file changed +13
-1
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.24.0-beta1] - 2019-07-08
10
+
9
11
### Added
10
12
11
13
- Varchar type.
@@ -15,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
17
### Changed
16
18
17
19
- Errors now report the repository causing the error, if possible.
18
- - Now non rooted siva files support old siva rooted repositories.
19
20
- Switch some types of known or maximum length (mostly hashes and emails)
20
21
to VarChar with a size.
21
22
- Traces now have a root span.
@@ -25,8 +26,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
26
26
27
- Fixed the behaviour of limit and offset.
27
28
- Resolution of HAVING nodes.
29
+
30
+ ## [ 0.23.1] - 2019-07-05
31
+
32
+ ### Fixed
33
+
28
34
- Fix the results of files table by not using git log.
29
35
36
+ ## [ 0.23.0] - 2019-07-04
37
+
38
+ ### Changed
39
+
40
+ - Now non rooted siva files support old siva rooted repositories.
41
+
30
42
## [ 0.22.0] - 2019-07-03
31
43
32
44
### Added
You can’t perform that action at this time.
0 commit comments