Skip to content

Commit 11b02ae

Browse files
committed
Bump version, 0.3.21
1 parent 9412a58 commit 11b02ae

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.3.21 (2018-08-30):
2+
3+
* Improvement: Add support for file formats
4+
* Improvement: Add support for numeric references at the end of a sentence (i.e. Wikipedia references)
5+
16
0.3.20 (2018-08-28):
27

38
* Improvement: Handle slanted single quotation as a single quote

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,10 @@ To test the relative performance of different segmentation tools and libraries I
874874
* Add support for Chinese caret brackets
875875
* Add viz as abbreviation
876876

877+
**Version 0.3.21**
878+
* Add support for file formats
879+
* Add support for numeric references at the end of a sentence (i.e. Wikipedia references)
880+
877881
## Contributing
878882

879883
If you find a text that is incorrectly segmented using this gem, please submit an issue.

lib/pragmatic_segmenter/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module PragmaticSegmenter
4-
VERSION = "0.3.20"
4+
VERSION = "0.3.21"
55
end

0 commit comments

Comments
 (0)