@@ -5,10 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+
8
9
## [ Unreleased]
9
10
### Changed
10
- - partiql-ast: fixed pretty-printing of ` PIVOT `
11
- - partiql-ast: improved pretty-printing of ` CASE ` and various clauses
11
+
12
+ ### Added
13
+
14
+ ### Removed
15
+
16
+ ## [ 0.11.0]
17
+ ### Changed
12
18
- * BREAKING* partiql-catalog: refactored structure of crate; module paths have changes
13
19
14
20
### Added
@@ -26,6 +32,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
32
- * BREAKING* Removed ` const ` PartiQL types under ` partiql-types ` in favor of ` PartiqlShapeBuilder ` .
27
33
- * BREAKING* Removed ` StaticType ` 's ` new ` , ` new_non_nullable ` , and ` as_non-nullable ` APIs in favor of ` PartiqlShapeBuilder ` .
28
34
35
+
36
+ ## [ 0.10.1]
37
+ ### Changed
38
+ - partiql-ast: fixed pretty-printing of ` PIVOT `
39
+ - partiql-ast: improved pretty-printing of ` CASE ` and various clauses
40
+
41
+ ### Added
42
+
43
+ ### Fixed
44
+
29
45
## [ 0.10.0]
30
46
### Changed
31
47
- * BREAKING:* partiql-ast: added modeling of ` EXCLUDE `
@@ -292,7 +308,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
292
308
- PartiQL Playground proof of concept (POC)
293
309
- PartiQL CLI with REPL and query visualization features
294
310
295
- [ Unreleased ] : https://github.com/partiql/partiql-lang-rust/compare/v0.10.0...HEAD
311
+ [ Unreleased ] : https://github.com/partiql/partiql-lang-rust/compare/v0.11.0...HEAD
312
+ [ 0.11.0 ] : https://github.com/partiql/partiql-lang-rust/releases/tag/v0.11.0
313
+ [ 0.10.1 ] : https://github.com/partiql/partiql-lang-rust/releases/tag/v0.10.1
296
314
[ 0.10.0 ] : https://github.com/partiql/partiql-lang-rust/releases/tag/v0.10.0
297
315
[ 0.9.0 ] : https://github.com/partiql/partiql-lang-rust/releases/tag/v0.9.0
298
316
[ 0.8.0 ] : https://github.com/partiql/partiql-lang-rust/releases/tag/v0.8.0
0 commit comments