Change Log

Changes for each release are listed in this file.

This project adheres to Semantic Versioning for its releases.

0.3.3 (2025-04-18)

Other Changes

  • Configure release-please to includes all changes in the CHANGELOG (3d98ba9)

0.3.2 (2025-04-17)

Bug Fixes

  • Do not trigger build workflows after merging to main or for release PRs (c4fd435)

0.3.1 (2025-04-16)

Bug Fixes

  • Automate commit-to-publish workflow (9a07c66)

v0.3.0 (2024-10-11)

Full Changelog

Changes since v0.2.1:

  • c9aed1f build: remove semver pr label check
  • eaac868 build: enforce conventional commit message formatting
  • 5f44bc1 Use shared Rubocop config (#20)
  • 52fb8ad Update copyright notice in this project (#19)
  • c8b8973 Update links in gemspec
  • be94ccb Add Slack badge for this project in README
  • b17e527 Use standard badges at the top of the README
  • d200a3e Update yardopts with new standard options
  • 322805c Standardize YARD and Markdown Lint configurations
  • 865eed7 Set JRuby --debug option when running tests in GitHub Actions workflows
  • d675a2e Integrate simplecov-rspec into the project
  • be896ab Update continuous integration and experimental ruby builds
  • 6e5487a Enforce the use of semver tags on PRs
  • 03e23b3 Auto correct rubocop Gemspec/AddRuntimeDependency offense
  • 0c9230b Add links to other gems in the Google API helpers series (#8)

v0.2.1 (2023-12-05)

Full Changelog

Changes since v0.2.0:

  • f1b82bd Update examples to include the supports_all_drives parameter (#6)
  • b26f1fa Release v0.2.0 (#5)

v0.2.0 (2023-12-04)

Full Changelog

Changes since v0.1.0:

  • e23a653 Add parameters to support searching all drives (#4)

v0.1.0 (2023-12-02)

Full Changelog

Changes:

  • 75e1077 Fix links in the READMEs (#2)
  • 671e412 Add examples for managing files and permissions (#1)
  • d0bab77 Update examples documentation
  • cadfd09 Initial commit