Skip to content

Commit

Permalink
chore(main): release google-cloud-deploy 1.0.0 (#22594)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 26, 2023
1 parent 1a66e05 commit 04e7149
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
"google-cloud-datastream-v1+FILLER": "0.0.0",
"google-cloud-datastream-v1alpha1": "0.4.0",
"google-cloud-datastream-v1alpha1+FILLER": "0.0.0",
"google-cloud-deploy": "0.3.0",
"google-cloud-deploy": "1.0.0",
"google-cloud-deploy+FILLER": "0.0.0",
"google-cloud-deploy-v1": "0.10.0",
"google-cloud-deploy-v1+FILLER": "0.0.0",
Expand Down
7 changes: 6 additions & 1 deletion google-cloud-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.0.0 (2023-07-26)

#### Features

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

### 0.3.0 (2023-03-09)

#### Features
Expand All @@ -24,4 +30,3 @@
#### Features

* Initial generation of google-cloud-deploy

2 changes: 1 addition & 1 deletion google-cloud-deploy/lib/google/cloud/deploy/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module Deploy
VERSION = "0.3.0"
VERSION = "1.0.0"
end
end
end

0 comments on commit 04e7149

Please sign in to comment.