From 44751041dc599e5c27f753c331ff40357c5f1f25 Mon Sep 17 00:00:00 2001 From: blueshen Date: Tue, 4 Jul 2023 16:45:40 +0800 Subject: [PATCH] release v0.5.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd0092..0a13512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # ik-rs -## 0.3.6 +## 0.5.0 performance +20% ## 0.3.5 diff --git a/Cargo.toml b/Cargo.toml index 347ef85..3b75194 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ik-rs" -version = "0.3.6" +version = "0.5.0" authors = ["blueshen "] license = "LGPL-2.1-only" categories = ["database-implementations", "data-structures"] diff --git a/README.md b/README.md index ee27037..005b59b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Crates.io](https://img.shields.io/badge/crates.io-0.3.6-green)](https://crates.io/crates/ik-rs) +[![Crates.io](https://img.shields.io/badge/crates.io-0.5.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) [![Build Status](https://app.travis-ci.com/blueshen/ik-rs.svg?branch=main)](https://app.travis-ci.com/github/blueshen/ik-rs) @@ -18,7 +18,7 @@ ## add to Cargo.toml ```toml [dependencies] -ik-rs = "0.3.6" +ik-rs = "0.5.0" ``` ## Chinese Segment