Skip to content

Commit f2cb863

Browse files
author
TheRoyalTnetennba
committed
Release google-cloud-dlp 0.5.0
* Documentation update * Credentials env_vars change
1 parent 641bcb4 commit f2cb863

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ gem "google-cloud-vision", path: "google-cloud-vision"
4949
gem "google-cloud", path: "google-cloud"
5050
gem "gcloud", path: "gcloud"
5151
gem "stackdriver-core", path: "stackdriver-core"
52-
gem "google-cloud-redis", path: "google-cloud-redis"
5352

5453
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.2.0")
5554
gem "stackdriver", path: "stackdriver"

docs/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,9 @@
212212
"name": "google-cloud-dlp",
213213
"defaultService": "google/cloud/dlp",
214214
"versions": [
215-
"v0.4.0",
215+
"v0.5.0",
216216
"master",
217+
"v0.4.0",
217218
"v0.3.0",
218219
"v0.2.0",
219220
"v0.1.0"

google-cloud-dlp/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
### 0.5.0 / 2018-07-10
4+
5+
* Documentation updates
6+
* Credentials env_vars change
7+
38
### 0.4.0 / 2018-4-26
49

510
* Documentation updates

google-cloud-dlp/google-cloud-dlp.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Gem::Specification.new do |gem|
55
gem.name = "google-cloud-dlp"
6-
gem.version = "0.4.0"
6+
gem.version = "0.5.0"
77

88
gem.authors = ["Google LLC"]
99
gem.email = "googleapis-packages@google.com"

0 commit comments

Comments
 (0)