Skip to content

Commit

Permalink
chore(main): release google-cloud-edge_container 1.0.0 (#26599)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 6, 2024
1 parent ec00c60 commit 598baee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"google-cloud-domains-v1+FILLER": "0.0.0",
"google-cloud-domains-v1beta1": "0.9.0",
"google-cloud-domains-v1beta1+FILLER": "0.0.0",
"google-cloud-edge_container": "0.1.0",
"google-cloud-edge_container": "1.0.0",
"google-cloud-edge_container+FILLER": "0.0.0",
"google-cloud-edge_container-v1": "0.1.0",
"google-cloud-edge_container-v1+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-edge_container/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "edgecontainer",
"name_pretty": "Distributed Cloud Edge Container API",
"product_documentation": "https://cloud.google.com/distributed-cloud/edge/latest/docs/overview",
"release_level": "preview",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "google-cloud-edge_container is the official client library for the Distributed Cloud Edge Container API.",
Expand Down
7 changes: 6 additions & 1 deletion google-cloud-edge_container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changelog

### 1.0.0 (2024-08-06)

#### Features

* Bump version to 1.0.0 ([#26595](https://github.com/googleapis/google-cloud-ruby/issues/26595))

### 0.1.0 (2024-07-03)

#### Features

* Initial generation of google-cloud-edge_container ([#26262](https://github.com/googleapis/google-cloud-ruby/issues/26262))

## Release History

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module EdgeContainer
VERSION = "0.1.0"
VERSION = "1.0.0"
end
end
end

0 comments on commit 598baee

Please sign in to comment.