From aa6d1a4d555061223581a2a4613adb58f82f5573 Mon Sep 17 00:00:00 2001 From: David Overton Date: Thu, 28 Mar 2024 15:57:12 +1100 Subject: [PATCH] Version 0.0.3 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 074f8cae..5c9e05c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This changelog documents the changes between release versions. ## [Unreleased] + +## [0.0.3] - 2024-03-28 - Use separate schema files for each collection ([PR #14](https://github.com/hasura/ndc-mongodb/pull/14)) - Changes to `update` CLI command ([PR #17](https://github.com/hasura/ndc-mongodb/pull/17)): - new default behaviour: diff --git a/Cargo.lock b/Cargo.lock index 3c9d0c58..128a8916 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1538,7 +1538,7 @@ dependencies = [ [[package]] name = "mongodb-cli-plugin" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9c29741e..f858132e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.0.2" +version = "0.0.3" [workspace] members = [