Skip to content

Commit

Permalink
Merge branch 'versions/0-7-0'
Browse files Browse the repository at this point in the history
  • Loading branch information
brenes committed Dec 19, 2021
2 parents fc50faf + e8aee38 commit 4682dc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
master:
0.7.0:
* Fixed Wordiseve class [@hmaack] [#19]
* Added suport for Chinese (zh) [@bettysteger] [#20]

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0
4 changes: 2 additions & 2 deletions stopwords-filter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{stopwords-filter}
s.version = "0.6.0"
s.version = "0.7.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["David J. Brenes"]
s.date = %q{2021-10-21}
s.date = %q{2021-12-19}
s.description = %q{Small library that allows you to create a simple stopwords filter or use some based on Snowball stopwords lists}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
Expand Down

0 comments on commit 4682dc5

Please sign in to comment.