Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release google-cloud-api_hub 0.2.0 #27326

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"google-cloud-api_gateway+FILLER": "0.0.0",
"google-cloud-api_gateway-v1": "1.0.1",
"google-cloud-api_gateway-v1+FILLER": "0.0.0",
"google-cloud-api_hub": "0.1.0",
"google-cloud-api_hub": "0.2.0",
"google-cloud-api_hub+FILLER": "0.0.0",
"google-cloud-api_hub-v1": "0.1.1",
"google-cloud-api_hub-v1+FILLER": "0.0.0",
Expand Down
10 changes: 10 additions & 0 deletions google-cloud-api_hub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### 0.2.0 (2024-09-18)

### ⚠ BREAKING CHANGES

* Drop support for gRPC transport which is not yet supported ([#27324](https://github.com/googleapis/google-cloud-ruby/issues/27324))

#### Bug Fixes

* Drop support for gRPC transport which is not yet supported ([#27324](https://github.com/googleapis/google-cloud-ruby/issues/27324))

### 0.1.0 (2024-08-12)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-api_hub/lib/google/cloud/api_hub/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module ApiHub
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end
end