Skip to content

Commit 0cd08d8

Browse files
chore(main): release google-apps-card-v1 1.0.0 (#363)
1 parent b624a39 commit 0cd08d8

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"google-apps-card-v1": "0.4.0",
2+
"google-apps-card-v1": "1.0.0",
33
"google-apps-card-v1+FILLER": "0.0.0",
44
"google-apps-script-type": "1.6.0",
55
"google-apps-script-type+FILLER": "0.0.0",

google-apps-card-v1/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 1.0.0 (2025-03-14)
4+
5+
#### Features
6+
7+
* Bump version to 1.0.0 ([#371](https://github.com/googleapis/common-protos-ruby/issues/371))
8+
* Update minimum required Ruby to 3.0 ([#354](https://github.com/googleapis/common-protos-ruby/issues/354))
9+
310
### 0.4.0 (2024-06-11)
411

512
#### Features
@@ -25,4 +32,3 @@
2532
* Initial generation of google-apps-card-v1 ([#262](https://github.com/googleapis/common-protos-ruby/issues/262))
2633

2734
## Changelog
28-

google-apps-card-v1/lib/google/apps/card/v1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module Google
1818
module Apps
1919
module Card
2020
module V1
21-
VERSION = "0.4.0".freeze
21+
VERSION = "1.0.0".freeze
2222
end
2323
end
2424
end

0 commit comments

Comments
 (0)