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
10
10
11
11
### Added
12
12
13
+ ### Fixed
14
+
15
+ ## [ 0.7.1] - 2024-03-15
16
+ ### Changed
17
+
18
+ ### Added
19
+
13
20
### Fixed
14
21
- partiql-eval: Fixed propagation of errors in subqueries to outer query
15
22
- 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
220
227
- PartiQL Playground proof of concept (POC)
221
228
- PartiQL CLI with REPL and query visualization features
222
229
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
224
232
[ 0.7.0 ] : https://github.com/partiql/partiql-lang-rust/releases/tag/v0.7.0
225
233
[ 0.6.0 ] : https://github.com/partiql/partiql-lang-rust/releases/tag/v0.6.0
226
234
[ 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 2
2
authors = [
" PartiQL Team <[email protected] >" ]
3
3
homepage = " https://github.com/partiql/partiql-lang-rust"
4
4
repository = " https://github.com/partiql/partiql-lang-rust"
5
- version = " 0.7.0 "
5
+ version = " 0.7.1 "
6
6
edition = " 2021"
7
7
8
8
[workspace ]
You can’t perform that action at this time.
0 commit comments