Skip to content

Commit

Permalink
Update version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWayfer committed Nov 17, 2022
1 parent ebd364b commit 58b1205
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## 2.1.0 (2022-11-17)

* Improve documentation about existing plugins.
* Change specs to a new multi-pattern system.
* Update development dependencies.
* Upgrade Codecov uploader for tests coverage.
* Enable RSpec `--only-fail` feature.
* Resolve new RuboCop offenses.
* Improve Cirrus CI config.

## 2.0.0 (2022-09-09)

* Add plugin system.
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'
VERSION = '2.1.0'
end

0 comments on commit 58b1205

Please sign in to comment.