From 81f0aa49056e14dce3917fa35c54f0ad2b53be72 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Tue, 29 Oct 2024 22:09:44 +0100 Subject: [PATCH] Release 0.8.1 version --- CHANGELOG.md | 8 ++++++++ lib/choria/colt/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c38cd0c..0d45cea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.8.1](https://github.com/opus-codium/choria-colt/tree/v0.8.1) (2024-10-29) + +[Full Changelog](https://github.com/opus-codium/choria-colt/compare/v0.8.0...v0.8.1) + +**Merged pull requests:** + +- CLI: Fix `colt tasks show` when using it with long task names [\#34](https://github.com/opus-codium/choria-colt/pull/34) ([neomilium](https://github.com/neomilium)) + ## [v0.8.0](https://github.com/opus-codium/choria-colt/tree/v0.8.0) (2022-11-25) [Full Changelog](https://github.com/opus-codium/choria-colt/compare/v0.7.0...v0.8.0) diff --git a/lib/choria/colt/version.rb b/lib/choria/colt/version.rb index 1c638e3..d688563 100644 --- a/lib/choria/colt/version.rb +++ b/lib/choria/colt/version.rb @@ -2,6 +2,6 @@ module Choria class Colt - VERSION = '0.8.0' + VERSION = '0.8.1' end end