Skip to content

Commit 29527a8

Browse files
chore(main): release google-apis-core 0.9.3 (#13162)
1 parent 829bd82 commit 29527a8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"google-apis-core": "0.9.2",
2+
"google-apis-core": "0.9.3",
33
"google-apis-generator": "0.11.0"
44
}

google-apis-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History
22

3+
### 0.9.3 (2023-01-04)
4+
5+
#### Bug Fixes
6+
7+
* Removed some dead code ([#13099](https://github.com/googleapis/google-api-ruby-client/issues/13099))
8+
* Replace `File.exists?` with `File.exist?` for compatibility with Ruby 3.2 ([#13161](https://github.com/googleapis/google-api-ruby-client/issues/13161))
9+
310
### 0.9.2 (2022-12-13)
411

512
#### Bug Fixes

google-apis-core/lib/google/apis/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Google
1616
module Apis
1717
module Core
1818
# Core version
19-
VERSION = "0.9.2".freeze
19+
VERSION = "0.9.3".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)