Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Apr 16, 2024
1 parent 5f541da commit ca78b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jieba-rs"
version = "0.6.8"
version = "0.7.0"
authors = ["messense <messense@icloud.com>", "Paul Meng <me@paulme.ng>"]
categories = ["text-processing"]
description = "The Jieba Chinese Word Segmentation Implemented in Rust"
Expand Down
2 changes: 1 addition & 1 deletion capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["messense <messense@icloud.com>"]
edition = "2021"

[dependencies]
jieba-rs = { version = "0.6.0", path = "../", features = ["textrank", "tfidf"] }
jieba-rs = { version = "0.7.0", path = "../", features = ["textrank", "tfidf"] }
c_fixed_string = "0.2.0"

[lib]
Expand Down

0 comments on commit ca78b4a

Please sign in to comment.