Bump version numbers

This commit is contained in:
Martin Dahl 2022-08-22 11:36:38 +02:00
parent 6b07726573
commit 9166d99050
6 changed files with 8 additions and 10 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "r2r"
version = "0.6.2"
version = "0.6.3"
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
description = "Easy to use, runtime-agnostic, async rust bindings for ROS2."
license = "MIT AND Apache-2.0"

View File

@ -30,7 +30,7 @@ ros2 topic pub /topic std_msgs/msg/String "data: 'Hello, world'"
What works?
--------------------
- Up to date with ROS2 ~Dashing~ ~Eloquent~ Foxy Galactic
- Up to date with ROS2 ~Dashing~ ~Eloquent~ Foxy Galactic Humble
- Building Rust types
- Publish/subscribe
- Services
@ -39,10 +39,8 @@ What works?
TODO
--------------------
- Complete the services associated with updating parameters at run-time.
- Documentation. (For now, look at the examples.)
- General cleanup and error handling.
- Expose more of the RCL like QoS settings.
- Documentation is lacking. (For now, look at the examples.)
LICENSING
--------------------

View File

@ -1,6 +1,6 @@
[package]
name = "r2r_actions"
version = "0.3.1"
version = "0.3.2"
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
description = "Internal dependency to the r2r crate."
license = "MIT"

View File

@ -1,6 +1,6 @@
[package]
name = "r2r_common"
version = "0.3.1"
version = "0.3.2"
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
description = "Minimal ros2 bindings."
license = "MIT"

View File

@ -1,6 +1,6 @@
[package]
name = "r2r_msg_gen"
version = "0.3.2"
version = "0.3.3"
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
description = "Internal dependency to the r2r crate."
license = "MIT"

View File

@ -1,6 +1,6 @@
[package]
name = "r2r_rcl"
version = "0.3.1"
version = "0.3.2"
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
description = "Internal dependency to the r2r crate."
license = "MIT"