Mecab

Latest version: v0.996.11

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.996.11

What's Changed
* Bump actions/cache from 3 to 4 by dependabot in https://github.com/shogo82148/mecab/pull/116
* introduce artifact attestations by shogo82148 in https://github.com/shogo82148/mecab/pull/117
* Perl v5.40 is released by shogo82148 in https://github.com/shogo82148/mecab/pull/119
* fix broken Java builds on macos-latest by shogo82148 in https://github.com/shogo82148/mecab/pull/121
* fix broken build on macos-latest by shogo82148 in https://github.com/shogo82148/mecab/pull/120
* bump SWIG v4.2.1 by shogo82148 in https://github.com/shogo82148/mecab/pull/118
* fix Java Builds by shogo82148 in https://github.com/shogo82148/mecab/pull/122
* fix broken Python build by shogo82148 in https://github.com/shogo82148/mecab/pull/123
* Bump actions/attest-build-provenance from 1 to 2 by dependabot in https://github.com/shogo82148/mecab/pull/124
* add Ruby 3.4.0 to the build matrix by shogo82148 in https://github.com/shogo82148/mecab/pull/127
* add windows-2025 to the build matrix by shogo82148 in https://github.com/shogo82148/mecab/pull/128
* bump SWIG v4.3.0 by shogo82148 in https://github.com/shogo82148/mecab/pull/126
* add Python3.13 to the build matrix by shogo82148 in https://github.com/shogo82148/mecab/pull/125
* Improve python module by shogo82148 in https://github.com/shogo82148/mecab/pull/130
* build wheels for musllinux by shogo82148 in https://github.com/shogo82148/mecab/pull/131
* Add workflow_dispatch trigger to release workflow by shogo82148 in https://github.com/shogo82148/mecab/pull/133
* parse args using shlex module by shogo82148 in https://github.com/shogo82148/mecab/pull/132
* Prepare for releasing v0.996.11 by shogo82148 in https://github.com/shogo82148/mecab/pull/134


**Full Changelog**: https://github.com/shogo82148/mecab/compare/v0.996.10...v0.996.11

0.996.10

What's Changed
* fix path for Python wheels by shogo82148 in https://github.com/shogo82148/mecab/pull/105
* Bump actions/setup-java from 3 to 4 by dependabot in https://github.com/shogo82148/mecab/pull/106
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/shogo82148/mecab/pull/107
* Bump github/codeql-action from 2 to 3 by dependabot in https://github.com/shogo82148/mecab/pull/108
* Bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/shogo82148/mecab/pull/109
* Bump actions/upload-artifact from 3 to 4 by dependabot in https://github.com/shogo82148/mecab/pull/110
* add Ruby 3.3 into the build matrix by shogo82148 in https://github.com/shogo82148/mecab/pull/111
* bump SWIG v4.2.0 by shogo82148 in https://github.com/shogo82148/mecab/pull/112
* prepare for releasing v0.999.10 by shogo82148 in https://github.com/shogo82148/mecab/pull/113
* add Java21 to the build matrix by shogo82148 in https://github.com/shogo82148/mecab/pull/114
* fix version number by shogo82148 in https://github.com/shogo82148/mecab/pull/115


**Full Changelog**: https://github.com/shogo82148/mecab/compare/v0.996.9...v0.996.10

0.996.9

What's Changed
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/shogo82148/mecab/pull/99
* add Python 3.12 to the build matrix by shogo82148 in https://github.com/shogo82148/mecab/pull/100
* use pip wheel instead of python setup.py by shogo82148 in https://github.com/shogo82148/mecab/pull/101
* use std::function instead of std::binary_function by shogo82148 in https://github.com/shogo82148/mecab/pull/102
* Prepare for releasing v0.996.9 by shogo82148 in https://github.com/shogo82148/mecab/pull/103


**Full Changelog**: https://github.com/shogo82148/mecab/compare/v0.996.8...v0.996.9

0.996.8

What's Changed
* fix small typos by shogo82148 in https://github.com/shogo82148/mecab/pull/95
* Revert some characters in AuxV.csv by paithiov909 in https://github.com/shogo82148/mecab/pull/96
* Perl 5.38 is released by shogo82148 in https://github.com/shogo82148/mecab/pull/97
* prepare for release v0.996.8 by shogo82148 in https://github.com/shogo82148/mecab/pull/98

New Contributors
* paithiov909 made their first contribution in https://github.com/shogo82148/mecab/pull/96

**Full Changelog**: https://github.com/shogo82148/mecab/compare/v0.996.7...v0.996.8

0.996.7

What's Changed
* add Python 3.10 to the build matrix by shogo82148 in https://github.com/shogo82148/mecab/pull/71
* add Java 17 LTS to the build matrix by shogo82148 in https://github.com/shogo82148/mecab/pull/72
* add Ruby 3.1 into the build matrix by shogo82148 in https://github.com/shogo82148/mecab/pull/73
* bump actions/checkout v3 by shogo82148 in https://github.com/shogo82148/mecab/pull/74
* bump actions/cache v3 by shogo82148 in https://github.com/shogo82148/mecab/pull/75
* pin the version of windows by shogo82148 in https://github.com/shogo82148/mecab/pull/76
* bump huge v0.95.0 by shogo82148 in https://github.com/shogo82148/mecab/pull/77
* bump actions/setup-python v3 by shogo82148 in https://github.com/shogo82148/mecab/pull/78
* bump actions/upload-artifact v3 by shogo82148 in https://github.com/shogo82148/mecab/pull/79
* bump actions/setup-java v3 by shogo82148 in https://github.com/shogo82148/mecab/pull/80
* bump github/codeql-action v2 by shogo82148 in https://github.com/shogo82148/mecab/pull/81
* fix a broken workflow because of actions/download-artifact update by shogo82148 in https://github.com/shogo82148/mecab/pull/83
* update Cygwin packages by shogo82148 in https://github.com/shogo82148/mecab/pull/84
* remove obsoleted macros by shogo82148 in https://github.com/shogo82148/mecab/pull/82
* Bump actions/setup-python from 3 to 4 by dependabot in https://github.com/shogo82148/mecab/pull/85
* add Perl 5.36 to the build matrix by shogo82148 in https://github.com/shogo82148/mecab/pull/86
* migrate st-output command by shogo82148 in https://github.com/shogo82148/mecab/pull/87
* add Python 3.11 to the build matrix by shogo82148 in https://github.com/shogo82148/mecab/pull/88
* add Ruby 3.2 to the build matrix. by shogo82148 in https://github.com/shogo82148/mecab/pull/89
* add Perl 5.36, Python 3.11 and Ruby 3.2 on darwin by shogo82148 in https://github.com/shogo82148/mecab/pull/90
* bump SWIG v4.1.1 by shogo82148 in https://github.com/shogo82148/mecab/pull/91
* pyproject.tomlの導入 by shogo82148 in https://github.com/shogo82148/mecab/pull/92
* sprintfをsnprintfに置き換え by shogo82148 in https://github.com/shogo82148/mecab/pull/93
* v0.996.7リリース by shogo82148 in https://github.com/shogo82148/mecab/pull/94

New Contributors
* dependabot made their first contribution in https://github.com/shogo82148/mecab/pull/85

**Full Changelog**: https://github.com/shogo82148/mecab/compare/v0.996.6...v0.996.7

0.996.6

- [バッファーオーバーランの可能性がある strncpy 呼び出しを修正](https://github.com/shogo82148/mecab/pull/62)
- [Double-Array 保存時に offset パラメーターが正しく扱われていない問題を修正](https://github.com/shogo82148/mecab/pull/61)

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.