Skip to content

Commit

Permalink
Prepare for v0.24.0-beta1 release (#924)
Browse files Browse the repository at this point in the history
Prepare for v0.24.0-beta1 release
  • Loading branch information
ajnavarro authored Jul 9, 2019
2 parents 9bbaa1a + c546711 commit 43982f9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.24.0-beta1] - 2019-07-08

### Added

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

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

- Fixed the behaviour of limit and offset.
- Resolution of HAVING nodes.

## [0.23.1] - 2019-07-05

### Fixed

- Fix the results of files table by not using git log.

## [0.23.0] - 2019-07-04

### Changed

- Now non rooted siva files support old siva rooted repositories.

## [0.22.0] - 2019-07-03

### Added
Expand Down

0 comments on commit 43982f9

Please sign in to comment.