diff --git a/.changeset/fix-version-sync.md b/.changeset/fix-version-sync.md deleted file mode 100644 index 7fa54bf7..00000000 --- a/.changeset/fix-version-sync.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@googleworkspace/cli": patch ---- - -Fix release pipeline to sync Cargo.toml version with changesets and create git tags for private packages diff --git a/CHANGELOG.md b/CHANGELOG.md index 81fd37d3..24949f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @googleworkspace/cli +## 0.1.2 + +### Patch Changes + +- 3cd4d52: Fix release pipeline to sync Cargo.toml version with changesets and create git tags for private packages + ## 0.1.1 ### Patch Changes diff --git a/Cargo.lock b/Cargo.lock index 7737a5f7..77afa1a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,7 +845,7 @@ dependencies = [ [[package]] name = "gws" -version = "0.1.1" +version = "0.1.2" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ae5ee35f..284c0e31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "gws" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Google Workspace CLI — dynamic command surface from Discovery Service" license = "Apache-2.0" diff --git a/package.json b/package.json index 3ce5caef..4f856a14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@googleworkspace/cli", - "version": "0.1.1", + "version": "0.1.2", "private": true, "description": "Google Workspace CLI — dynamic command surface from Discovery Service", "license": "Apache-2.0",