From 5dc7c6e33666978654d3e4ed519209c2f8fc3038 Mon Sep 17 00:00:00 2001 From: Josh Pschorr Date: Fri, 12 Apr 2024 11:52:08 -0700 Subject: [PATCH] chore: Release (#460) --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fbb7985..13f0d8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Fixed + + +## [0.7.2] - 2024-04-12 +### Changed + +### Added + ### Fixed - partiql-types: Fixed handling of struct fields to be resilient to field order w.r.t. equality and hashing @@ -228,8 +236,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - PartiQL Playground proof of concept (POC) - PartiQL CLI with REPL and query visualization features -[Unreleased]: https://github.com/partiql/partiql-lang-rust/compare/v0.7.1...HEAD -[0.7.1]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.7.0 +[Unreleased]: https://github.com/partiql/partiql-lang-rust/compare/v0.7.2...HEAD +[0.7.2]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.7.2 +[0.7.1]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.7.1 [0.7.0]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.7.0 [0.6.0]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.6.0 [0.5.0]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.5.0