Skip to content

Commit

Permalink
Update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWayfer committed Sep 8, 2022
1 parent 8cb69c9 commit 8a7c25d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## Unreleased

## 2.0.0 (2022-09-09)

* Add plugin system.
Take out [CLI](https://github.com/filewatcher/filewatcher-cli)
and [spinner](https://github.com/filewatcher/filewatcher-spinner).
Add more plugins like [`matrix`](https://github.com/filewatcher/filewatcher-matrix)
and [`access`](https://github.com/filewatcher/filewatcher-access).
* Remove `:every` option: do it yourself via `changes.first`, if you want.
* Drop Ruby 2.4 and 2.5 support.
* Support Ruby 3.0 and 3.1.
Expand Down
2 changes: 1 addition & 1 deletion lib/filewatcher/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Filewatcher
VERSION = '2.0.0.beta6'
VERSION = '2.0.0'
end

0 comments on commit 8a7c25d

Please sign in to comment.