Releases: shogo82148/go-mecab
Releases · shogo82148/go-mecab
v0.0.8
v0.0.7
What's Changed
- Bump actions/setup-go from 4 to 5 by @dependabot in #38
- Bump github/codeql-action from 2 to 3 by @dependabot in #39
- bump MeCab v0.996.10 by @shogo82148 in #40
- Refactor string handling in lattice.go and mecab.go by @shogo82148 in #41
- Bump actions/cache from 3 to 4 by @dependabot in #42
- add Go 1.22 to the build matrix by @shogo82148 in #43
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- bump MeCab v0.996.6 by @shogo82148 in #23
- add Go 1.16 to the build matrix by @shogo82148 in #22
- Go 1.17 is released by @shogo82148 in #24
- Bump actions/checkout from 2 to 3 by @dependabot in #25
- Bump actions/setup-go from 2 to 3 by @dependabot in #26
- add Go 1.18 to the build matrix by @shogo82148 in #28
- Bump actions/cache from 2 to 3 by @dependabot in #27
- Bump actions/setup-go from 3 to 4 by @dependabot in #29
- add Go 1.20 to the build matrix by @shogo82148 in #30
- add Go 1.21 to the build matrix by @shogo82148 in #31
- Bump actions/checkout from 3 to 4 by @dependabot in #32
- fix typo by @shogo82148 in #33
- drop deprecated reflect.StringHeader by @shogo82148 in #35
- fix lint warnings by @shogo82148 in #34
- Add PosID() Function for Retrieving MeCab's POS ID by @kmurata08 in #37
New Contributors
- @dependabot made their first contribution in #25
- @kmurata08 made their first contribution in #37
Full Changelog: v0.0.5...v0.0.6
v0.0.5: Merge pull request #21 from shogo82148/clear-finalizer
v0.0.4: Merge pull request #19 from shogo82148/introduce-mecab-error-type
v0.0.3: Merge pull request #10 from shogo82148/go1.14-is-released
run tests with Go 1.14
v0.0.2
avoid to gc
First release
Merge pull request #4 from shogo82148/use-string-header use reflect.StringHeader