From 04947f252902b7ac2eb918edc657886077164a32 Mon Sep 17 00:00:00 2001 From: dry-bot Date: Tue, 15 Oct 2024 04:20:57 +0000 Subject: [PATCH] [devtools] sync --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4078d3e..8f1f8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ -## 1.1.1 2024-08-09 +## 1.2.0 2024-10-15 ### Added - Added `:hidden` option to register commands that should not be shown in the help output. (@benoittgt in #137) +- Provide suggestions when there is a typo in a command name. (@benoittgt in #138) -[Compare v1.1.0...v1.1.1](https://github.com/dry-rb/dry-cli/compare/v1.1.0...v1.1.1) +[Compare v1.1.0...v1.2.0](https://github.com/dry-rb/dry-cli/compare/v1.1.0...v1.2.0) ## 1.1.0 2024-07-14