Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jul 11, 2018
1 parent bc87c66 commit 9218b7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.1.0 / 2018-07-11
==================
* Improved Parser model; training sets.
* Improved Finder model; training sets.
* Volume normalizer: extract page numbers and dates.
* Fixed errors in Names and Publisher normalizer.
* Added Unicode normalizer to default normalizers.

1.0.1 / 2018-06-06
==================
* Initial 1.0 release! This release is not backwards compatible to the
Expand Down
2 changes: 1 addition & 1 deletion lib/anystyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AnyStyle
VERSION = '1.0.1'.freeze
VERSION = '1.1.0'.freeze
end

0 comments on commit 9218b7b

Please sign in to comment.