From 3b7f97fd351d64ffca2a5e6cd9201e3997214cc8 Mon Sep 17 00:00:00 2001 From: James Couball Date: Thu, 1 Feb 2024 16:25:28 -0800 Subject: [PATCH] Release v1.0.2 Signed-off-by: James Couball --- CHANGELOG.md | 9 +++++++++ lib/process_executer/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1909c26..601a37d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/process_executer/version.rb b/lib/process_executer/version.rb index 53552e0..1bd7914 100644 --- a/lib/process_executer/version.rb +++ b/lib/process_executer/version.rb @@ -2,5 +2,5 @@ module ProcessExecuter # The current Gem version - VERSION = '1.0.1' + VERSION = '1.0.2' end