Skip to content

Commit

Permalink
release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blueshen committed Mar 14, 2023
1 parent 2ea5d23 commit df228f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.3.3
fix some bug

## 0.3.2
beta release
## 0.3.1
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.2-green)](https://crates.io/crates/ik-rs)
[![Crates.io](https://img.shields.io/badge/crates.io-0.3.3-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.2"
ik-rs = "0.3.3"
```

## Chinese Segment
Expand Down

0 comments on commit df228f3

Please sign in to comment.