Skip to content

Commit

Permalink
Bump version to 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Jun 17, 2024
1 parent c69967c commit 0058dff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# Version 0.9.0 - 2024-06-17
- [minor][add] Allow direct access to the underlying serial port.
- [minor][add] Allow changing the baud rate of the underlying serial port.
- [minor][add] Automatically calculate the correct read timeout for instructions.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dynamixel2"
version = "0.8.0"
version = "0.9.0"
license = "BSD-2-Clause"

description = "dynamixel protocol 2.0"
Expand Down
4 changes: 2 additions & 2 deletions dynamixel2-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dynamixel2-cli"
version = "0.8.0"
version = "0.9.0"
license = "BSD-2-Clause"

description = "dynamixel protocol 2.0 command line utility"
Expand All @@ -15,7 +15,7 @@ publish = ["crates-io"]
[dependencies]
clap = { version = "4.4.10", features = ["derive"] }
clap_complete = "4.4.4"
dynamixel2 = { version = "0.8.0", path = "..", features = ["log"] }
dynamixel2 = { version = "0.9.0", path = "..", features = ["log"] }
env_logger = "0.10.0"
log = "0.4.14"
serial2 = "0.2.10"

0 comments on commit 0058dff

Please sign in to comment.