Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit efbb12c

Browse files
authored
v0.9.1 (#313)
* bump version to 0.9.1 * update readme
1 parent b631947 commit efbb12c

File tree

10 files changed

+29
-29
lines changed

10 files changed

+29
-29
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.9.0"
10+
version = "0.9.1"
1111
description = "Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language)."
1212
license = "BSD-3-Clause"
1313
repository = "https://github.com/jpreprocess/jpreprocess"
@@ -17,15 +17,15 @@ categories = ["text-processing"]
1717
rust-version = "1.73.0"
1818

1919
[workspace.dependencies]
20-
jpreprocess = { path = "crates/jpreprocess", version = "0.9.0" }
21-
22-
jpreprocess-core = { path = "crates/jpreprocess-core", version = "0.9.0" }
23-
jpreprocess-dictionary = { path = "crates/jpreprocess-dictionary", version = "0.9.0" }
24-
jpreprocess-dictionary-builder = { path = "crates/jpreprocess-dictionary-builder", version = "0.9.0" }
25-
jpreprocess-jpcommon = { path = "crates/jpreprocess-jpcommon", version = "0.9.0" }
26-
jpreprocess-naist-jdic = { path = "crates/jpreprocess-naist-jdic", version = "0.9.0" }
27-
jpreprocess-njd = { path = "crates/jpreprocess-njd", version = "0.9.0" }
28-
jpreprocess-window = { path = "crates/jpreprocess-window", version = "0.9.0" }
20+
jpreprocess = { path = "crates/jpreprocess", version = "0.9.1" }
21+
22+
jpreprocess-core = { path = "crates/jpreprocess-core", version = "0.9.1" }
23+
jpreprocess-dictionary = { path = "crates/jpreprocess-dictionary", version = "0.9.1" }
24+
jpreprocess-dictionary-builder = { path = "crates/jpreprocess-dictionary-builder", version = "0.9.1" }
25+
jpreprocess-jpcommon = { path = "crates/jpreprocess-jpcommon", version = "0.9.1" }
26+
jpreprocess-naist-jdic = { path = "crates/jpreprocess-naist-jdic", version = "0.9.1" }
27+
jpreprocess-njd = { path = "crates/jpreprocess-njd", version = "0.9.1" }
28+
jpreprocess-window = { path = "crates/jpreprocess-window", version = "0.9.1" }
2929

3030
lindera-core = "0.30"
3131
lindera-tokenizer = "0.30"

crates/jpreprocess-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Put the following in Cargo.toml
1313

1414
```toml
1515
[dependencies]
16-
jpreprocess-core = "0.9.0"
16+
jpreprocess-core = "0.9.1"
1717
```
1818

1919
## Copyrights

crates/jpreprocess-dictionary-builder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Put the following in Cargo.toml
1313

1414
```toml
1515
[dependencies]
16-
jpreprocess-dictionary-builder = "0.9.0"
16+
jpreprocess-dictionary-builder = "0.9.1"
1717
```
1818

1919
## Copyrights

crates/jpreprocess-dictionary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Put the following in Cargo.toml
1313

1414
```toml
1515
[dependencies]
16-
jpreprocess-dictionary = "0.9.0"
16+
jpreprocess-dictionary = "0.9.1"
1717
```
1818

1919
## License

crates/jpreprocess-jpcommon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Put the following in Cargo.toml
1313

1414
```toml
1515
[dependencies]
16-
jpreprocess-jpcommon = "0.9.0"
16+
jpreprocess-jpcommon = "0.9.1"
1717
```
1818

1919
## Copyrights

crates/jpreprocess-naist-jdic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Put the following in Cargo.toml
1313

1414
```toml
1515
[dependencies]
16-
jpreprocess-naist-jdic = "0.9.0"
16+
jpreprocess-naist-jdic = "0.9.1"
1717
```
1818

1919
## Copyrights

crates/jpreprocess-njd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Put the following in Cargo.toml
1313

1414
```toml
1515
[dependencies]
16-
jpreprocess-njd = "0.9.0"
16+
jpreprocess-njd = "0.9.1"
1717
```
1818

1919
## Copyrights

crates/jpreprocess-window/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Put the following in Cargo.toml
1313

1414
```toml
1515
[dependencies]
16-
jpreprocess-window = "0.9.0"
16+
jpreprocess-window = "0.9.1"
1717
```
1818

1919
## License

crates/jpreprocess/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Put the following in Cargo.toml
1010

1111
```toml
1212
[dependencies]
13-
jpreprocess = "0.9.0"
13+
jpreprocess = "0.9.1"
1414
```
1515

1616
It may be necessary to add

0 commit comments

Comments
 (0)