Skip to content

Commit ced3bd2

Browse files
committed
0.7.0
1 parent 7900dfb commit ced3bd2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# ik-rs
2+
## 0.7.0
3+
nothing
24
## 0.6.0
35
use rwlock instead of mutex
46

Cargo.toml

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

README.md

+2-2
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.6.1-green)](https://crates.io/crates/ik-rs)
2+
[![Crates.io](https://img.shields.io/badge/crates.io-0.7.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
[![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 @@
1818
## add to Cargo.toml
1919
```toml
2020
[dependencies]
21-
ik-rs = "0.6.0"
21+
ik-rs = "0.7.0"
2222
```
2323

2424
## Chinese Segment

0 commit comments

Comments
 (0)