Releases: shogo82148/mecab
Releases · shogo82148/mecab
v0.996.10
What's Changed
- fix path for Python wheels by @shogo82148 in #105
- Bump actions/setup-java from 3 to 4 by @dependabot in #106
- Bump actions/setup-python from 4 to 5 by @dependabot in #107
- Bump github/codeql-action from 2 to 3 by @dependabot in #108
- Bump actions/download-artifact from 3 to 4 by @dependabot in #109
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #110
- add Ruby 3.3 into the build matrix by @shogo82148 in #111
- bump SWIG v4.2.0 by @shogo82148 in #112
- prepare for releasing v0.999.10 by @shogo82148 in #113
- add Java21 to the build matrix by @shogo82148 in #114
- fix version number by @shogo82148 in #115
Full Changelog: v0.996.9...v0.996.10
v0.996.9
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #99
- add Python 3.12 to the build matrix by @shogo82148 in #100
- use pip wheel instead of python setup.py by @shogo82148 in #101
- use std::function instead of std::binary_function by @shogo82148 in #102
- Prepare for releasing v0.996.9 by @shogo82148 in #103
Full Changelog: v0.996.8...v0.996.9
v0.996.8
What's Changed
- fix small typos by @shogo82148 in #95
- Revert some characters in AuxV.csv by @paithiov909 in #96
- Perl 5.38 is released by @shogo82148 in #97
- prepare for release v0.996.8 by @shogo82148 in #98
New Contributors
- @paithiov909 made their first contribution in #96
Full Changelog: v0.996.7...v0.996.8
v0.996.7
What's Changed
- add Python 3.10 to the build matrix by @shogo82148 in #71
- add Java 17 LTS to the build matrix by @shogo82148 in #72
- add Ruby 3.1 into the build matrix by @shogo82148 in #73
- bump actions/checkout v3 by @shogo82148 in #74
- bump actions/cache v3 by @shogo82148 in #75
- pin the version of windows by @shogo82148 in #76
- bump huge v0.95.0 by @shogo82148 in #77
- bump actions/setup-python v3 by @shogo82148 in #78
- bump actions/upload-artifact v3 by @shogo82148 in #79
- bump actions/setup-java v3 by @shogo82148 in #80
- bump github/codeql-action v2 by @shogo82148 in #81
- fix a broken workflow because of actions/download-artifact update by @shogo82148 in #83
- update Cygwin packages by @shogo82148 in #84
- remove obsoleted macros by @shogo82148 in #82
- Bump actions/setup-python from 3 to 4 by @dependabot in #85
- add Perl 5.36 to the build matrix by @shogo82148 in #86
- migrate st-output command by @shogo82148 in #87
- add Python 3.11 to the build matrix by @shogo82148 in #88
- add Ruby 3.2 to the build matrix. by @shogo82148 in #89
- add Perl 5.36, Python 3.11 and Ruby 3.2 on darwin by @shogo82148 in #90
- bump SWIG v4.1.1 by @shogo82148 in #91
- pyproject.tomlの導入 by @shogo82148 in #92
- sprintfをsnprintfに置き換え by @shogo82148 in #93
- v0.996.7リリース by @shogo82148 in #94
New Contributors
- @dependabot made their first contribution in #85
Full Changelog: v0.996.6...v0.996.7
v0.996.6
bump up v0.996.5 (#55)
v0.996.4
- 2020-02-21 MeCab 0.996.4
v0.996.3
- 2020-02-21 MeCab 0.996.3
- Ruby 2.7 のサポート
- コンパイル時の警告を修正
v0.996.2
v0.996.1
- bump up SWIG v4.0.1 #11
- fix Python3 setup error
- fix compile error with 64bit MSVC #6
- fix Python wrapper: surface text garbled in first call to parseToNode taku910/mecab#24