Skip to content

Commit

Permalink
release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blueshen committed Jul 4, 2023
1 parent ac5378a commit 4475104
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ik-rs
## 0.3.6
## 0.5.0
performance +20%

## 0.3.5
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ik-rs"
version = "0.3.6"
version = "0.5.0"
authors = ["blueshen <zhiyi.shen@gmail.com>"]
license = "LGPL-2.1-only"
categories = ["database-implementations", "data-structures"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Badges section here. -->
[![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)
Expand All @@ -18,7 +18,7 @@
## add to Cargo.toml
```toml
[dependencies]
ik-rs = "0.3.6"
ik-rs = "0.5.0"
```

## Chinese Segment
Expand Down

0 comments on commit 4475104

Please sign in to comment.