-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
github-actions
committed
Sep 4, 2023
1 parent
11e8405
commit b02515a
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
## v0.1.0 (2023-09-04) | ||
|
||
### Documentation | ||
|
||
- Fix typo in readme.md (#2) ([`11e8405`](https://github.com/34j/mecab-text-cleaner/commit/11e840592b1cca3762ceb16e4654d46337c98533)) | ||
|
||
### Feature | ||
|
||
- Add main feat (#1) ([`01cc0eb`](https://github.com/34j/mecab-text-cleaner/commit/01cc0eb70f0085fdde74f794ad1edadd1fdeb80a)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "mecab-text-cleaner" | ||
version = "0.0.0" | ||
version = "0.1.0" | ||
description = "Simple Python package for getting japanese reading (yomigana) using MeCab" | ||
authors = ["34j <[email protected]>"] | ||
license = "MIT" | ||
|