Skip to content

Commit

Permalink
Rename cli plugin (#13)
Browse files Browse the repository at this point in the history
* Rename cli plugin

* Update version to 0.0.2
  • Loading branch information
dmoverton authored Mar 26, 2024
1 parent fccc596 commit 90c336c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ This changelog documents the changes between release versions.
## [Unreleased]
Changes to be included in the next upcoming release

## [0.0.2] - 2024-03-26
- Rename CLI plugin to ndc-mongodb ([PR #13](https://github.com/hasura/ndc-mongodb/pull/13))

## [0.0.1] - 2024-03-22
Initial release
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.0.1"
version = "0.0.2"

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion connector-definition/connector-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ supportedEnvironmentVariables:
commands:
update: hasura-mongodb update
cliPlugin:
name: mongodb
name: ndc-mongodb
version:
dockerComposeWatch:
- path: ./
Expand Down

0 comments on commit 90c336c

Please sign in to comment.