Skip to content

Commit e356904

Browse files
authored
release(v0.2.1): Prepare v0.2.1 release (#47)
1 parent 993b830 commit e356904

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
**/*.rs.bk
44
Cargo.lock
55
.DS_Store
6+
/secrets

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ Unreleased
1717

1818
### Changed
1919

20+
v0.2.1 - 2021-03-24
21+
-------------------
22+
23+
### Added
24+
25+
### Removed
26+
27+
### Fixed
28+
29+
- [storage] Fixed user values not being percent-encoded (#46)
30+
31+
### Changed
32+
2033
v0.2.0 - 2021-03-24
2134
-------------------
2235

google-cloud-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "google-cloud-derive"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Derive macros for the `google-cloud` library"
55
authors = ["Nicolas Polomack <[email protected]>"]
66
edition = "2018"

google-cloud/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "google-cloud"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Asynchronous Rust bindings for Google Cloud Platform gRPC APIs"
55
authors = ["Nicolas Polomack <[email protected]>"]
66
edition = "2018"
@@ -15,7 +15,7 @@ maintenance = { status = "actively-developed" }
1515

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

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

0 commit comments

Comments
 (0)