main-branch/drive_v3

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change Log

Changes for each release are listed in this file.

This project adheres to [Semantic Versioning](https://semver.org/) for its releases.

## v0.2.1 (2023-12-05)

[Full Changelog](https://github.com/main-branch/drive_v3/compare/v0.2.0..v0.2.1)

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](https://github.com/main-branch/drive_v3/compare/v0.1.0..v0.2.0)

Changes since v0.1.0:

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

## v0.1.0 (2023-12-02)

[Full Changelog](https://github.com/main-branch/drive_v3/compare/cadfd09..v0.1.0)

Changes:

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