From 398ce0c6471b3c208ad58b74966af9e4fc2247cb Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Sun, 3 Aug 2025 14:17:51 -0600 Subject: [PATCH] chore(main): release 0.1.6 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 7 +++++++ lib/leopard/version.rb | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18e45d5..0f24e47 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.5" + ".": "0.1.6" } diff --git a/.version.txt b/.version.txt index 9faa1b7..c946ee6 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.1.5 +0.1.6 diff --git a/CHANGELOG.md b/CHANGELOG.md index cf700ed..a9ceafd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.6](https://github.com/rubyists/leopard/compare/v0.1.5...v0.1.6) (2025-08-03) + + +### Features + +* Adds graceful shutdown when INT/TERM/QUIT signal is received ([#18](https://github.com/rubyists/leopard/issues/18)) ([ce03fb0](https://github.com/rubyists/leopard/commit/ce03fb00afcbbadadc413766b62df9451f7b73b8)) + ## [0.1.5](https://github.com/rubyists/leopard/compare/v0.1.4...v0.1.5) (2025-07-31) diff --git a/lib/leopard/version.rb b/lib/leopard/version.rb index 4b6cd49..e0f8587 100644 --- a/lib/leopard/version.rb +++ b/lib/leopard/version.rb @@ -3,7 +3,7 @@ module Rubyists module Leopard # x-release-please-start-version - VERSION = '0.1.5' + VERSION = '0.1.6' # x-release-please-end end end