Skip to content

Commit 02c0cab

Browse files
committed
chore: release v0.3.4
1 parent ecd5de4 commit 02c0cab

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.3"
2+
".": "0.3.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Changes for each release are listed in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/) for its releases.
66

7+
## [0.3.4](https://github.com/main-branch/drive_v3/compare/v0.3.3...v0.3.4) (2026-04-24)
8+
9+
10+
### Other Changes
11+
12+
* **dependencies:** Update dependencies for the GitHub Actions workflows ([ecd5de4](https://github.com/main-branch/drive_v3/commit/ecd5de4a2ba366776bff9ee328a20113c66c5284))
13+
714
## [0.3.3](https://github.com/main-branch/drive_v3/compare/v0.3.2...v0.3.3) (2025-04-18)
815

916

lib/drive_v3/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module DriveV3
44
# The version of this gem
5-
VERSION = '0.3.3'
5+
VERSION = '0.3.4'
66
end

0 commit comments

Comments
 (0)