We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4c243 commit 444c3e4Copy full SHA for 444c3e4
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## 1.1.0 (2022-11-19)
6
+
7
+* Return the ability to pass paths separated by spaces.
8
+* Update development dependencies.
9
+* Resolve new RuboCop offenses.
10
11
## 1.0.0 (2022-09-09)
12
13
* Initial release.
lib/filewatcher/cli/constants.rb
@@ -4,6 +4,6 @@ class Filewatcher
module CLI
BINDIR = 'exe'
- VERSION = '1.0.0'
+ VERSION = '1.1.0'
end
0 commit comments