Skip to content

Commit 17886f3

Browse files
authored
chore: Release (#455)
1 parent b6f73b7 commit 17886f3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["PartiQL Team <[email protected]>"]
33
homepage = "https://github.com/partiql/partiql-lang-rust"
44
repository = "https://github.com/partiql/partiql-lang-rust"
5-
version = "0.7.0"
5+
version = "0.7.1"
66
edition = "2021"
77

88
[workspace]

0 commit comments

Comments
 (0)