From 83a1d4402c48fdd71c86c984ab35ea996dfcf9a7 Mon Sep 17 00:00:00 2001 From: dry-bot Date: Sat, 21 Sep 2024 01:56:31 +0000 Subject: [PATCH] [devtools] sync --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 788c19a..4078d3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +## 1.1.1 2024-08-09 + + +### Added + +- Added `:hidden` option to register commands that should not be shown in the help output. (@benoittgt in #137) + + +[Compare v1.1.0...v1.1.1](https://github.com/dry-rb/dry-cli/compare/v1.1.0...v1.1.1) + ## 1.1.0 2024-07-14