Skip to content

Commit

Permalink
release(v0.2.1): Prepare v0.2.1 release (google-apis-rs#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirevo authored Mar 24, 2021
1 parent 993b830 commit e356904
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
**/*.rs.bk
Cargo.lock
.DS_Store
/secrets
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ Unreleased

### Changed

v0.2.1 - 2021-03-24
-------------------

### Added

### Removed

### Fixed

- [storage] Fixed user values not being percent-encoded (#46)

### Changed

v0.2.0 - 2021-03-24
-------------------

Expand Down
2 changes: 1 addition & 1 deletion google-cloud-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "google-cloud-derive"
version = "0.2.0"
version = "0.2.1"
description = "Derive macros for the `google-cloud` library"
authors = ["Nicolas Polomack <[email protected]>"]
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions google-cloud/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "google-cloud"
version = "0.2.0"
version = "0.2.1"
description = "Asynchronous Rust bindings for Google Cloud Platform gRPC APIs"
authors = ["Nicolas Polomack <[email protected]>"]
edition = "2018"
Expand All @@ -15,7 +15,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
# Derive macros
google-cloud-derive = { version = "0.2.0", path = "../google-cloud-derive", optional = true }
google-cloud-derive = { version = "0.2.1", path = "../google-cloud-derive", optional = true }

tonic = { version = "0.4.1", features = ["tls", "prost"] }
tokio = { version = "1.4.0", features = ["macros", "fs"] }
Expand Down

0 comments on commit e356904

Please sign in to comment.