diff --git a/CHANGELOG.md b/CHANGELOG.md index 0847cc0f..063970a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,5 +4,5 @@ This changelog documents the changes between release versions. ## [Unreleased] Changes to be included in the next upcoming release -## [0.1.0] - 2024-03-14 -TBD \ No newline at end of file +## [0.0.1] - 2024-03-22 +Initial release \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 0da7669e..8f30611b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1530,7 +1530,7 @@ dependencies = [ [[package]] name = "mongodb-cli-plugin" -version = "0.1.0" +version = "0.0.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5c9e06e3..4b71d0ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.1.0" +version = "0.0.1" [workspace] members = [ diff --git a/scripts/manifest.yaml b/scripts/manifest.yaml index a5e5b8e1..d0201e0e 100644 --- a/scripts/manifest.yaml +++ b/scripts/manifest.yaml @@ -2,6 +2,7 @@ name: mongodb version: "${VERSION}" shortDescription: "CLI plugin for Hasura ndc-mongodb" homepage: https://hasura.io/connectors/mongodb +hidden: true platforms: - selector: darwin-arm64 uri: "https://github.com/hasura/ndc-mongodb/releases/download/${VERSION}/mongodb-cli-plugin-aarch64-apple-darwin"