Skip to content

Commit

Permalink
Bump version to 0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Jul 31, 2024
1 parent 13d31f1 commit ac4d4a0
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.1 - 2024-07-31
- [minor][add] Add missing `Error` impl for `InitializeError`.

# Version 0.9.0 - 2024-06-17
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.9.0"
version = "0.9.1"
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.9.0"
version = "0.9.1"
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.9.0", path = "..", features = ["log"] }
dynamixel2 = { version = "^0.9.1", path = "..", features = ["log"] }
env_logger = "0.10.0"
log = "0.4.14"
serial2 = "0.2.10"

0 comments on commit ac4d4a0

Please sign in to comment.