diff --git a/aiorospy/CHANGELOG.rst b/aiorospy/CHANGELOG.rst index c311937..f540576 100644 --- a/aiorospy/CHANGELOG.rst +++ b/aiorospy/CHANGELOG.rst @@ -55,8 +55,8 @@ Changelog for package aiorospy * Limit the size of the action feedback queue by default (#35) * Contributors: Alex Bencz, Doug Smith, Gary Servin, Paul Bovbel, abencz -Forthcoming ------------ +0.6.0 (2024-02-02) +------------------ * 0.5.0 * Update changelogs * 0.4.0 diff --git a/aiorospy/package.xml b/aiorospy/package.xml index 6edf6bc..76533d0 100644 --- a/aiorospy/package.xml +++ b/aiorospy/package.xml @@ -1,7 +1,7 @@ aiorospy - 0.5.0 + 0.6.0 Asyncio wrapper around rospy I/O interfaces. Andrew Blakey diff --git a/aiorospy_examples/CHANGELOG.rst b/aiorospy_examples/CHANGELOG.rst index 9cba9db..d3935d7 100644 --- a/aiorospy_examples/CHANGELOG.rst +++ b/aiorospy_examples/CHANGELOG.rst @@ -38,8 +38,8 @@ Changelog for package aiorospy_examples Co-authored-by: Paul Bovbel * Contributors: Doug Smith, Gary Servin -Forthcoming ------------ +0.6.0 (2024-02-02) +------------------ * 0.5.0 * Update changelogs * 0.4.0 diff --git a/aiorospy_examples/package.xml b/aiorospy_examples/package.xml index 7869055..68e8e9f 100644 --- a/aiorospy_examples/package.xml +++ b/aiorospy_examples/package.xml @@ -1,7 +1,7 @@ aiorospy_examples - 0.5.0 + 0.6.0 Example scripts using aiorospy. Andrew Blakey