chore: release versions (#603)

* chore: release versions

* chore: regenerate skills [skip ci]

---------

Co-authored-by: googleworkspace-bot <googleworkspace-bot@users.noreply.github.com>
This commit is contained in:
googleworkspace-bot
2026-03-24 11:50:23 -06:00
committed by GitHub
parent 4663021b4a
commit 3e1e0e11f3
5 changed files with 18 additions and 17 deletions
@@ -1,10 +0,0 @@
---
"@googleworkspace/cli": minor
---
Forward original attachments by default and preserve inline images in HTML mode.
`+forward` now includes the original message's attachments and inline images by default,
matching Gmail web behavior. Use `--no-original-attachments` to opt out.
`+reply`/`+reply-all` with `--html` preserve inline images in the quoted body via
`multipart/related`. In plain-text mode, inline images are not included (matching Gmail web).
+11
View File
@@ -1,5 +1,16 @@
# @googleworkspace/cli
## 0.20.0
### Minor Changes
- e782dd7: Forward original attachments by default and preserve inline images in HTML mode.
`+forward` now includes the original message's attachments and inline images by default,
matching Gmail web behavior. Use `--no-original-attachments` to opt out.
`+reply`/`+reply-all` with `--html` preserve inline images in the quoted body via
`multipart/related`. In plain-text mode, inline images are not included (matching Gmail web).
## 0.19.0
### Minor Changes
Generated
+5 -5
View File
@@ -896,7 +896,7 @@ dependencies = [
[[package]]
name = "gws"
version = "0.19.0"
version = "0.20.0"
dependencies = [
"aes-gcm",
"anyhow",
@@ -1386,9 +1386,9 @@ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
[[package]]
name = "libredox"
version = "0.1.14"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a"
checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08"
dependencies = [
"libc",
]
@@ -3016,9 +3016,9 @@ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
[[package]]
name = "unicode-segmentation"
version = "1.12.0"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
checksum = "a559e63b5d8004e12f9bce88af5c6d939c58de839b7532cfe9653846cedd2a9e"
[[package]]
name = "unicode-truncate"
+1 -1
View File
@@ -14,7 +14,7 @@
[package]
name = "gws"
version = "0.19.0"
version = "0.20.0"
edition = "2021"
description = "Google Workspace CLI — dynamic command surface from Discovery Service"
license = "Apache-2.0"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@googleworkspace/cli",
"version": "0.19.0",
"version": "0.20.0",
"private": true,
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
"license": "Apache-2.0",