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

Skip to content

Commit 3956033

Browse files
authored
v0.10.0/py-0.1.4 (#370)
* 0.10.0 * update readme * bump py
1 parent 8a8774c commit 3956033

File tree

11 files changed

+32
-32
lines changed

11 files changed

+32
-32
lines changed

Cargo.lock

Lines changed: 13 additions & 13 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
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "0.9.1"
11+
version = "0.10.0"
1212
description = "Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language)."
1313
license = "BSD-3-Clause"
1414
repository = "https://github.com/jpreprocess/jpreprocess"
@@ -18,15 +18,15 @@ categories = ["text-processing"]
1818
rust-version = "1.74.1"
1919

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

3131
lindera-core = "0.32"
3232
lindera-tokenizer = "0.32"

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jpreprocess-python"
33
edition = "2021"
4-
version = "0.1.3"
4+
version = "0.1.4"
55

66
description.workspace = true
77
license.workspace = true

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.1"
16+
jpreprocess-core = "0.10.0"
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.1"
16+
jpreprocess-dictionary-builder = "0.10.0"
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.1"
16+
jpreprocess-dictionary = "0.10.0"
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.1"
16+
jpreprocess-jpcommon = "0.10.0"
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.1"
16+
jpreprocess-naist-jdic = "0.10.0"
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.1"
16+
jpreprocess-njd = "0.10.0"
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.1"
16+
jpreprocess-window = "0.10.0"
1717
```
1818

1919
## License

0 commit comments

Comments
 (0)