Skip to content

Commit

Permalink
release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blueshen committed Aug 28, 2023
1 parent 17c7ddb commit 07b62d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# ik-rs
## 0.6.0
use rwlock i

## 0.5.0
performance +20%

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ik-rs"
version = "0.5.1-dev"
version = "0.6.0"
authors = ["blueshen <zhiyi.shen@gmail.com>"]
license = "LGPL-2.1-only"
categories = ["database-implementations", "data-structures"]
Expand All @@ -19,7 +19,7 @@ unicode-blocks = "0.1.4"
once_cell = "1.16.0"
log = "0.4.17"
cfg-if = "1.0.0"
parking_lot = {version="0.12.1", features=["deadlock_detection","hardware-lock-elision"], optional=true}
parking_lot = {version="0.12.1", features=["deadlock_detection", "hardware-lock-elision"], optional = true}

[features]
default = ["use-parking-lot"]
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.5.0-green)](https://crates.io/crates/ik-rs)
[![Crates.io](https://img.shields.io/badge/crates.io-0.6.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)
Expand All @@ -18,7 +18,7 @@
## add to Cargo.toml
```toml
[dependencies]
ik-rs = "0.5.0"
ik-rs = "0.6.0"
```

## Chinese Segment
Expand Down

0 comments on commit 07b62d7

Please sign in to comment.