Skip to content

Commit 4475104

Browse files
committed
release v0.5.0
1 parent ac5378a commit 4475104

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ik-rs
2-
## 0.3.6
2+
## 0.5.0
33
performance +20%
44

55
## 0.3.5

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ik-rs"
3-
version = "0.3.6"
3+
version = "0.5.0"
44
authors = ["blueshen <[email protected]>"]
55
license = "LGPL-2.1-only"
66
categories = ["database-implementations", "data-structures"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Badges section here. -->
2-
[![Crates.io](https://img.shields.io/badge/crates.io-0.3.6-green)](https://crates.io/crates/ik-rs)
2+
[![Crates.io](https://img.shields.io/badge/crates.io-0.5.0-green)](https://crates.io/crates/ik-rs)
33
[![License](https://img.shields.io/badge/license-LGPL--2.1-blue)](./LICENSE)
44
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/blueshen/ik-rs/releases)
55
[![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 @@
1818
## add to Cargo.toml
1919
```toml
2020
[dependencies]
21-
ik-rs = "0.3.6"
21+
ik-rs = "0.5.0"
2222
```
2323

2424
## Chinese Segment

0 commit comments

Comments
 (0)