diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..212d403 --- /dev/null +++ b/changelog.md @@ -0,0 +1,3 @@ +## [0.0.16] - 2024-09-29 +### Added +- 添加中英文检测的能力 api.check_zh_en() \ No newline at end of file diff --git a/charset_mnbvc/version.py b/charset_mnbvc/version.py index 37e0065..1a5e9b0 100644 --- a/charset_mnbvc/version.py +++ b/charset_mnbvc/version.py @@ -1,4 +1,4 @@ """version""" -__version__ = '0.0.15' +__version__ = '0.0.16' VERSION = __version__.split('.')