Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: James Couball <[email protected]>
  • Loading branch information
jcouball committed Feb 2, 2024
1 parent 76ffb91 commit 3b7f97f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to the process_executer gem will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.0.2 (2024-02-01)

[Full Changelog](https://github.com/main-branch/process_executer/compare/v1.0.1..v1.0.2)

Changes since v1.0.1:

* 76ffb91 An invalid timeout value should raise an ArgumentError (#41)
* b748819 Release v1.0.1 (#40)

## v1.0.1 (2024-01-04)

[Full Changelog](https://github.com/main-branch/process_executer/compare/v1.0.0..v1.0.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/process_executer/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module ProcessExecuter
# The current Gem version
VERSION = '1.0.1'
VERSION = '1.0.2'
end

0 comments on commit 3b7f97f

Please sign in to comment.