From ced3bd2e46dfb3ddcede4ee0ecdb57a32f98eac3 Mon Sep 17 00:00:00 2001 From: blueshen Date: Wed, 17 Jan 2024 18:47:36 +0800 Subject: [PATCH] 0.7.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc2371b..915118b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # ik-rs +## 0.7.0 +nothing ## 0.6.0 use rwlock instead of mutex diff --git a/Cargo.toml b/Cargo.toml index 924039d..9737a07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ik-rs" -version = "0.6.1" +version = "0.7.0" authors = ["blueshen "] license = "LGPL-2.1-only" categories = ["database-implementations", "data-structures"] diff --git a/README.md b/README.md index 080462f..a4eaf83 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Crates.io](https://img.shields.io/badge/crates.io-0.6.1-green)](https://crates.io/crates/ik-rs) +[![Crates.io](https://img.shields.io/badge/crates.io-0.7.0-green)](https://crates.io/crates/ik-rs) [![License](https://img.shields.io/badge/license-LGPL--2.1-blue)](./LICENSE) [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/blueshen/ik-rs/releases) [![Rust](https://github.com/blueshen/ik-rs/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/blueshen/ik-rs/actions/workflows/rust.yml) @@ -18,7 +18,7 @@ ## add to Cargo.toml ```toml [dependencies] -ik-rs = "0.6.0" +ik-rs = "0.7.0" ``` ## Chinese Segment