File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
1111### Added
1212
13+ ### Fixed
14+
15+ ## [ 0.7.1] - 2024-03-15
16+ ### Changed
17+
18+ ### Added
19+
1320### Fixed
1421- partiql-eval: Fixed propagation of errors in subqueries to outer query
1522- partiql-eval: Fixed handling of nested binding environments in subqueries
@@ -220,7 +227,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
220227- PartiQL Playground proof of concept (POC)
221228- PartiQL CLI with REPL and query visualization features
222229
223- [ Unreleased ] : https://github.com/partiql/partiql-lang-rust/compare/v0.7.0...HEAD
230+ [ Unreleased ] : https://github.com/partiql/partiql-lang-rust/compare/v0.7.1...HEAD
231+ [ 0.7.1 ] : https://github.com/partiql/partiql-lang-rust/releases/tag/v0.7.0
224232[ 0.7.0 ] : https://github.com/partiql/partiql-lang-rust/releases/tag/v0.7.0
225233[ 0.6.0 ] : https://github.com/partiql/partiql-lang-rust/releases/tag/v0.6.0
226234[ 0.5.0 ] : https://github.com/partiql/partiql-lang-rust/releases/tag/v0.5.0
Original file line number Diff line number Diff line change 22authors = [" PartiQL Team <partiql-team@amazon.com>" ]
33homepage = " https://github.com/partiql/partiql-lang-rust"
44repository = " https://github.com/partiql/partiql-lang-rust"
5- version = " 0.7.0 "
5+ version = " 0.7.1 "
66edition = " 2021"
77
88[workspace ]
You can’t perform that action at this time.
0 commit comments