Skip to content

Commit a2a90fc

Browse files
committed
chore: release v0.2.5
1 parent 9e9d138 commit a2a90fc

3 files changed

Lines changed: 10 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.2.4"
2+
".": "0.2.5"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to the process_executer gem will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.5](https://github.com/main-branch/bundler-gem_bytes/compare/v0.2.4...v0.2.5) (2026-04-24)
9+
10+
11+
### Other Changes
12+
13+
* **dependencies:** Update dependencies for all GitHub Actions workflows ([2f2b49c](https://github.com/main-branch/bundler-gem_bytes/commit/2f2b49c11ff331178438aedaa407dabc8f60d272))
14+
* **rubocop:** Fix rubocop offenses from new cops ([9e9d138](https://github.com/main-branch/bundler-gem_bytes/commit/9e9d1388a535c35ea06900c76176f61fd09f422d))
15+
816
## [0.2.4](https://github.com/main-branch/bundler-gem_bytes/compare/v0.2.3...v0.2.4) (2025-04-18)
917

1018

lib/bundler/gem_bytes/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Bundler
44
module GemBytes
55
# The version of this gem
6-
VERSION = '0.2.4'
6+
VERSION = '0.2.5'
77
end
88
end

0 commit comments

Comments
 (0)