Skip to content

Commit df228f3

Browse files
committed
release v0.3.3
1 parent 2ea5d23 commit df228f3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# ik-rs
2+
## 0.3.3
3+
fix some bug
4+
25
## 0.3.2
36
beta release
47
## 0.3.1

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.2-green)](https://crates.io/crates/ik-rs)
2+
[![Crates.io](https://img.shields.io/badge/crates.io-0.3.3-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.2"
21+
ik-rs = "0.3.3"
2222
```
2323

2424
## Chinese Segment

0 commit comments

Comments
 (0)