Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

59 lines (43 loc) · 2.84 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased - ReleaseDate

0.2.2 - 2024-03-21

Changed

  • PR#20 updated dependencies, notably moving to http 1.1 by updating reqwest, tame-oauth, and tame-gcs.

0.2.1 - 2023-07-31

Fixed

  • PR#14 fixed a panic if the url didn't contain a path component. Thanks @wchargin!

Changed

  • PR#13 resolved #11 by detecting if stdout is a TTY or NO_COLOR is set. Thanks @wchargin!

0.2.0 - 2023-01-11

Changed

  • PR#10 updated dependencies.

Added

  • PR#10 added releases for aarch64-unknown-linux-musl.

0.1.3 - 2022-02-03

Fixed

  • PR#6 fixed an issue where passing in credentials via -c would be prioritized lower than the default token provider.

0.1.2 - 2022-02-02

Changed

  • PR#5 replaced structopt with clap and updated dependencies, including tame-gcs and tame-oauth which gets rid of the bad chrono dependency.

0.1.1 - 2021-03-23

Added

  • PR#3 added support for the -a flag on the cp command, allowing you to specify a predefined ACL for the destination GCS object.

Fixed

  • PR#3 fixed a bug on the cp command which would duplicate the file name component in the destination GCS object.

0.1.0 - 2021-01-19

Added

  • Initial add of gsutil, mostly ported from tame-gcs examples.