Skip to content

Commit

Permalink
Prepare for v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Oct 15, 2024
1 parent 326a5ea commit a1d35d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions changelog.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
- version: 1.1.1
date: 2024-08-09
- version: 1.2.0
date: 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)
- version: 1.1.0
date: 2024-07-14
added:
Expand Down
2 changes: 1 addition & 1 deletion lib/dry/cli/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module Dry
class CLI
# @since 0.1.0
VERSION = "1.1.0"
VERSION = "1.2.0"
end
end

0 comments on commit a1d35d1

Please sign in to comment.