From 6e842c308eeee38d3bc393e6b99157961ca3ed03 Mon Sep 17 00:00:00 2001 From: Brandon Martin Date: Wed, 1 May 2024 13:19:28 -0600 Subject: [PATCH] Version 0.0.6 --- 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 69114def..27c600a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This changelog documents the changes between release versions. ## [Unreleased] + +## [0.0.6] - 2024-05-01 - Enables logging events from the MongoDB driver by setting the `RUST_LOG` variable ([#67](https://github.com/hasura/ndc-mongodb/pull/67)) - To log all events set `RUST_LOG=mongodb::command=debug,mongodb::connection=debug,mongodb::server_selection=debug,mongodb::topology=debug` - Relations with a single column mapping now use concise correlated subquery syntax in `$lookup` stage ([#65](https://github.com/hasura/ndc-mongodb/pull/65)) diff --git a/Cargo.lock b/Cargo.lock index 07ec70a4..e05e8d17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1682,7 +1682,7 @@ dependencies = [ [[package]] name = "mongodb-cli-plugin" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "clap", @@ -3196,7 +3196,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-helpers" -version = "0.0.5" +version = "0.0.6" dependencies = [ "configuration", "enum-iterator", diff --git a/Cargo.toml b/Cargo.toml index b0c277fd..6ad3537b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.0.5" +version = "0.0.6" [workspace] members = [