mirror of
https://github.com/googleworkspace/cli.git
synced 2026-09-14 16:47:13 +08:00
chore: release versions (#218)
This commit is contained in:
committed by
GitHub
parent
1f47420caa
commit
bc84ba71a4
@@ -1,9 +0,0 @@
|
||||
---
|
||||
"@googleworkspace/cli": patch
|
||||
---
|
||||
|
||||
Clean up nits from PR #175 auth fix
|
||||
|
||||
- Update stale docstring on `resolve_account` to match new fallthrough behavior
|
||||
- Add breadcrumb comment on string-based error matching in `main.rs`
|
||||
- Move identity scope injection before authenticator build for readability
|
||||
@@ -1,5 +1,15 @@
|
||||
# @googleworkspace/cli
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 28fa25a: Clean up nits from PR #175 auth fix
|
||||
|
||||
- Update stale docstring on `resolve_account` to match new fallthrough behavior
|
||||
- Add breadcrumb comment on string-based error matching in `main.rs`
|
||||
- Move identity scope injection before authenticator build for readability
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
Generated
+1
-1
@@ -845,7 +845,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "gws"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"anyhow",
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
|
||||
[package]
|
||||
name = "gws"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
edition = "2021"
|
||||
description = "Google Workspace CLI — dynamic command surface from Discovery Service"
|
||||
license = "Apache-2.0"
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@googleworkspace/cli",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"private": true,
|
||||
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user