From 38a4a56134a909001b645c659062ae393c2cebe0 Mon Sep 17 00:00:00 2001 From: Brandon Martin Date: Fri, 12 Apr 2024 13:41:18 -0600 Subject: [PATCH] Version 0.0.4 --- CHANGELOG.md | 2 ++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c329333..90bdcbea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This changelog documents the changes between release versions. ## [Unreleased] + +## [0.0.4] - 2024-04-12 - Queries that attempt to compare a column to a column in the query root table, or a related table, will now fail instead of giving the incorrect result ([#22](https://github.com/hasura/ndc-mongodb/pull/22)) - Fix bug in v2 to v3 conversion of query responses containing nested objects ([PR #27](https://github.com/hasura/ndc-mongodb/pull/27)) - Fixed bug where use of aggregate functions in queries would fail ([#26](https://github.com/hasura/ndc-mongodb/pull/26)) diff --git a/Cargo.lock b/Cargo.lock index 36c3928a..0e5b7bb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1512,7 +1512,7 @@ dependencies = [ [[package]] name = "mongodb-cli-plugin" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "clap", @@ -2895,7 +2895,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-helpers" -version = "0.0.3" +version = "0.0.4" dependencies = [ "configuration", "enum-iterator", diff --git a/Cargo.toml b/Cargo.toml index 6fc76a51..7a4df658 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.0.3" +version = "0.0.4" [workspace] members = [