Skip to content

Commit

Permalink
chore(main): release google-cloud-artifact_registry 2.0.0 (#29078)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 13, 2025
1 parent 77003ae commit aedd449
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"google-cloud-app_hub+FILLER": "0.0.0",
"google-cloud-app_hub-v1": "1.0.0",
"google-cloud-app_hub-v1+FILLER": "0.0.0",
"google-cloud-artifact_registry": "1.5.0",
"google-cloud-artifact_registry": "2.0.0",
"google-cloud-artifact_registry+FILLER": "0.0.0",
"google-cloud-artifact_registry-v1": "1.3.0",
"google-cloud-artifact_registry-v1+FILLER": "0.0.0",
Expand Down
11 changes: 11 additions & 0 deletions google-cloud-artifact_registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History

### 2.0.0 (2025-02-13)

### ⚠ BREAKING CHANGES

* Removed dependency on google-cloud-artifact_registry-v1beta2 prerelease service ([#28998](https://github.com/googleapis/google-cloud-ruby/issues/28998))

#### Features

* Removed dependency on google-cloud-artifact_registry-v1beta2 prerelease service ([#28998](https://github.com/googleapis/google-cloud-ruby/issues/28998))
* Updated google-cloud-artifact_registry-v1 dependency to version 1.x

### 1.5.0 (2025-01-29)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module ArtifactRegistry
VERSION = "1.5.0"
VERSION = "2.0.0"
end
end
end

0 comments on commit aedd449

Please sign in to comment.