Skip to content

Commit 438a181

Browse files
committed
Prepare for v1.1.0
1 parent ccf9f43 commit 438a181

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
- version: 1.1.0
3+
date: 2024-07-14
4+
added:
5+
- |-
6+
Added `:flag` option type. This acts like a `:boolean` that can only be set to true, so has no `--no-` prefix to disable it. (@Billiam in #117)
27
- version: 1.0.0
38
date: 2022-11-05
49
changed:

lib/dry/cli/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Dry
44
class CLI
55
# @since 0.1.0
6-
VERSION = "1.0.0"
6+
VERSION = "1.1.0"
77
end
88
end

0 commit comments

Comments
 (0)