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
- PR#20 updated dependencies, notably moving to
http
1.1 by updatingreqwest
,tame-oauth
, andtame-gcs
.
0.2.1 - 2023-07-31
0.2.0 - 2023-01-11
- PR#10 updated dependencies.
- PR#10 added releases for
aarch64-unknown-linux-musl
.
0.1.3 - 2022-02-03
- 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
- PR#5 replaced
structopt
withclap
and updated dependencies, includingtame-gcs
andtame-oauth
which gets rid of the badchrono
dependency.
0.1.1 - 2021-03-23
- PR#3 added support for the
-a
flag on thecp
command, allowing you to specify a predefined ACL for the destination GCS object.
- 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
- Initial add of
gsutil
, mostly ported from tame-gcs examples.