Skip to content

Commit

Permalink
Update changelog & version
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed May 15, 2022
1 parent 2c7bd5c commit ecd9f86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.11.0
- Remove explicit did_you_mean dependency
(if you want the suggestions in ruby 2.5 & 2.6, you'll need to add did_you_mean to your Gemfile directly).
- require 'set' in Spellr::Reporter
previously we were just were relying on FastIgnore requiring it, and i don't use it there any longer.

# v0.10.1
- Resolve fast_ignore follow_symlinks deprecation

Expand Down
2 changes: 1 addition & 1 deletion lib/spellr/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Spellr
VERSION = '0.10.1'
VERSION = '0.11.0'
end

0 comments on commit ecd9f86

Please sign in to comment.