Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jul 31, 2023
1 parent 1e2d2ab commit c8988e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.2.1] - 2023-07-31
### Fixed
- [PR#14](https://github.com/EmbarkStudios/gsutil/pull/14) fixed a panic if the url didn't contain a path component. Thanks [@wchargin](https://github.com/wchargin)!

Expand Down Expand Up @@ -44,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial add of `gsutil`, mostly ported from [tame-gcs](https://github.com/EmbarkStudios/tame-gcs) examples.

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/gsutil/compare/0.2.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/gsutil/compare/0.2.1...HEAD
[0.2.1]: https://github.com/EmbarkStudios/gsutil/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/EmbarkStudios/gsutil/compare/0.1.3...0.2.0
[0.1.3]: https://github.com/EmbarkStudios/gsutil/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/EmbarkStudios/gsutil/compare/0.1.1...0.1.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gsutil"
description = "Incomplete replacement for the official gsutil"
version = "0.2.0"
version = "0.2.1"
authors = [
"Embark <opensource@embark-studios.com>",
"Jake Shadle <jake.shadle@embark-studios.com>",
Expand Down

0 comments on commit c8988e3

Please sign in to comment.