Skip to content

Commit

Permalink
CHANGELOG and version bump to 0.60.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smeshkov committed Sep 4, 2022
1 parent c68e1cf commit 15b8055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 1,9 @@
# Changelog

## v0.60.2

- fixed dictionary loader for segmenter for Chinese & Japanese languages.

## v0.60.1

- BREAKING: from now on `ContentOnly` option is set to `true` by default;
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
.PHONY: deps clean build

TAG=0.60.1
TAG=0.60.2
BINARY=tagify
DIST_DIR=_dist
OS=darwin
Expand Down

0 comments on commit 15b8055

Please sign in to comment.