Skip to content

Commit

Permalink
release: gapic-generator 0.39.1 (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Jan 23, 2025
1 parent 58417dd commit 100d8b4
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 10 deletions.
4 changes: 4 additions & 0 deletions gapic-generator-ads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History for gapic-generator-ads

### 0.39.1 / 2025-01-23

* Includes changes from gapic-generator 0.39.1

### 0.39.0 / 2025-01-22

* Includes changes from gapic-generator 0.39.0
Expand Down
6 changes: 3 additions & 3 deletions gapic-generator-ads/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../gapic-generator
specs:
gapic-generator (0.39.0)
gapic-generator (0.39.1)
actionpack (~> 5.2)
bigdecimal (~> 3.0)
google-cloud-common (~> 1.2)
Expand All @@ -12,8 +12,8 @@ PATH
PATH
remote: .
specs:
gapic-generator-ads (0.39.0)
gapic-generator (= 0.39.0)
gapic-generator-ads (0.39.1)
gapic-generator (= 0.39.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gapic-generator-ads/lib/gapic/generator/ads/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
module Gapic
module Generator
module Ads
VERSION = "0.39.0"
VERSION = "0.39.1"
end
end
end
4 changes: 4 additions & 0 deletions gapic-generator-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History for gapic-generator-cloud

### 0.39.1 / 2025-01-23

* Includes changes from gapic-generator 0.39.1

### 0.39.0 / 2025-01-22

* Includes changes from gapic-generator 0.39.0
Expand Down
6 changes: 3 additions & 3 deletions gapic-generator-cloud/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../gapic-generator
specs:
gapic-generator (0.39.0)
gapic-generator (0.39.1)
actionpack (~> 5.2)
bigdecimal (~> 3.0)
google-cloud-common (~> 1.2)
Expand All @@ -12,8 +12,8 @@ PATH
PATH
remote: .
specs:
gapic-generator-cloud (0.39.0)
gapic-generator (= 0.39.0)
gapic-generator-cloud (0.39.1)
gapic-generator (= 0.39.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gapic-generator-cloud/lib/gapic/generator/cloud/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
module Gapic
module Generator
module Cloud
VERSION = "0.39.0"
VERSION = "0.39.1"
end
end
end
4 changes: 4 additions & 0 deletions gapic-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History for gapic-generator

### 0.39.1 / 2025-01-23

* Fix: Updated minimum gapic-common version to 0.25

### 0.39.0 / 2025-01-22

* Feature: Add clarifying notes to oneof members in proto_docs
Expand Down
2 changes: 1 addition & 1 deletion gapic-generator/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gapic-generator (0.39.0)
gapic-generator (0.39.1)
actionpack (~> 5.2)
bigdecimal (~> 3.0)
google-cloud-common (~> 1.2)
Expand Down
2 changes: 1 addition & 1 deletion gapic-generator/lib/gapic/generator/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Gapic
module Generator
VERSION = "0.39.0"
VERSION = "0.39.1"
end
end

0 comments on commit 100d8b4

Please sign in to comment.