Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleworkspace/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.4
Choose a base ref
...
head repository: googleworkspace/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.5
Choose a head ref
  • 8 commits
  • 114 files changed
  • 4 contributors

Commits on Mar 31, 2026

  1. ci: pin cross-rs to v0.2.5 in release workflow (#651)

    Co-authored-by: jpoehnelt-bot <jpoehnelt-bot@users.noreply.github.com>
    jpoehnelt and jpoehnelt-bot authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    b422e5d View commit details
    Browse the repository at this point in the history
  2. fix: verify SHA256 checksum in npm postinstall script (#650)

    Co-authored-by: jpoehnelt-bot <jpoehnelt-bot@users.noreply.github.com>
    jpoehnelt and jpoehnelt-bot authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    158f93a View commit details
    Browse the repository at this point in the history
  3. ci: add cargo-audit workflow for dependency vulnerability scanning (#649

    )
    
    Co-authored-by: jpoehnelt-bot <jpoehnelt-bot@users.noreply.github.com>
    jpoehnelt and jpoehnelt-bot authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    5d24ac2 View commit details
    Browse the repository at this point in the history
  4. fix: auto-install binary on run if missing (#654)

    * fix: auto-install binary on run if missing
    
    pnpm skips postinstall when the package is already cached/installed.
    This commit ensures run.js will auto-trigger install.js if the
    binary is missing, fixing the 'gws binary not found' error.
    
    * chore: add changeset for pnpm binary fix
    
    ---------
    
    Co-authored-by: jpoehnelt-bot <jpoehnelt-bot@users.noreply.github.com>
    jpoehnelt and jpoehnelt-bot authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    6ccbb42 View commit details
    Browse the repository at this point in the history
  5. ci: add cargo-deny for license, advisory, and source auditing (#653)

    * ci: add cargo-deny configuration for supply chain auditing
    
    * Update deny.toml
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * Update deny.toml
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * Update deny.toml
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * Update deny.toml
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * Update deny.toml
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * ci: add cargo-deny to workflow
    
    Integrates cargo-deny into the main CI pipeline using the official
    EmbarkStudios action. This will automatically block PRs that introduce
    banned licenses, insecure crates, or unallowed registries.
    
    * ci: explicitly deny unmaintained, yanked, and unlicensed crates per review
    
    * ci: remove deprecated cargo-deny keys and restore valid config
    
    ---------
    
    Co-authored-by: jpoehnelt-bot <jpoehnelt-bot@users.noreply.github.com>
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    3 people authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    ecddf2e View commit details
    Browse the repository at this point in the history
  6. docs: update installation instructions to prioritize github releases (#…

    …656)
    
    * docs: update installation instructions to prioritize github releases
    
    * ci: add explicit verification instructions to github release notes
    
    ---------
    
    Co-authored-by: jpoehnelt-bot <jpoehnelt-bot@users.noreply.github.com>
    jpoehnelt and jpoehnelt-bot authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    503315b View commit details
    Browse the repository at this point in the history
  7. refactor: drop serde_yaml by migrating to toml (#657)

    * refactor: migrate skill registry from yaml to toml to drop unmaintained serde_yaml dependency
    
    * chore: add changeset for yaml to toml migration
    
    * fix(tests): resolve TOML test suite formatting
    jpoehnelt authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    b307856 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    705fb0e View commit details
    Browse the repository at this point in the history
Loading