Skip to content

Commit 29a029a

Browse files
chore: release versions (npm#140)
1 parent 2590768 commit 29a029a

6 files changed

Lines changed: 17 additions & 16 deletions

File tree

.changeset/fix-cross-platform-config-path.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @googleworkspace/cli
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- d3e90e4: fix: use ~/.config/gws on all platforms for consistent config path
8+
9+
Previously used `dirs::config_dir()` which resolves to different paths per OS
10+
(e.g. ~/Library/Application Support/gws on macOS, %APPDATA%\gws on Windows),
11+
contradicting the documented ~/.config/gws/ path. Now uses ~/.config/gws/
12+
everywhere with a fallback to the legacy OS-specific path for existing installs.
13+
314
## 0.4.1
415

516
### Patch Changes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "gws"
17-
version = "0.4.1"
17+
version = "0.4.2"
1818
edition = "2021"
1919
description = "Google Workspace CLI — dynamic command surface from Discovery Service"
2020
license = "Apache-2.0"

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleworkspace/cli",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"private": true,
55
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)