Skip to content

Commit

Permalink
Merge pull request #22 from pollen-robotics/21-prepare-release-020
Browse files Browse the repository at this point in the history
Update version to 0.2.0
  • Loading branch information
pierre-rouanet authored Jan 23, 2023
2 parents 4893646 + e0ff228 commit f422031
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustypot"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
authors = ["Pollen Robotics"]
Expand Down
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Version 0.2.0

- Add support for timeout in sync read v1

## Version 0.1.0

- Support protocol v1 and v2
- Support read, sync read, write, sync write, ping
- Support mx and xl-320

0 comments on commit f422031

Please sign in to comment.