Skip to content

Commit a7eee4b

Browse files
committed
chore: release v2.0.0
Signed-off-by: James Couball <[email protected]>
1 parent f0836cc commit a7eee4b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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+
## v2.0.0 (2025-03-03)
9+
10+
[Full Changelog](https://github.com/main-branch/process_executer/compare/v1.3.0..v2.0.0)
11+
12+
Changes since v1.3.0:
13+
14+
* f0836cc feat: refactor the interface to simplify the gem
15+
816
## v1.3.0 (2025-02-26)
917

1018
[Full Changelog](https://github.com/main-branch/process_executer/compare/v1.2.0..v1.3.0)

lib/process_executer/version.rb

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

33
module ProcessExecuter
44
# The current Gem version
5-
VERSION = '1.3.0'
5+
VERSION = '2.0.0'
66
end

0 commit comments

Comments
 (0)