Skip to content

Commit 83c37db

Browse files
committed
0.0.2
1 parent b037556 commit 83c37db

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

open_sound_control/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package open_sound_control
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.0.2 (2025-03-19)
6+
------------------
77
* Fix license for metapackage
88
* Contributors: Chris I-B
99

open_sound_control/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>open_sound_control</name>
5-
<version>0.0.1</version>
5+
<version>0.0.2</version>
66
<description>Metapackage for ROS/Open Sound Control bridge</description>
77
<license>Apache 2.0</license>
88

open_sound_control_bridge/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package open_sound_control_bridge
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.0.2 (2025-03-19)
6+
------------------
77
* Implement separate static & dynamic OSC->ROS behaviour.
88
* Separate the code into multiple files to keep things manageable
99
* Contributors: Chris I-B

open_sound_control_bridge/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>open_sound_control_bridge</name>
5-
<version>0.0.1</version>
5+
<version>0.0.2</version>
66
<description>Bridge node for converting between OSC and ROS messages</description>
77
<license>Apache 2.0</license>
88
<maintainer email="[email protected]">Chris Iverach-Brereton</maintainer>

open_sound_control_bridge/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name=package_name,
24-
version='0.0.1',
24+
version='0.0.2',
2525
packages=find_packages(exclude=['test']),
2626
data_files=[
2727
('share/ament_index/resource_index/packages',

open_sound_control_msgs/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package open_sound_control_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.0.2 (2025-03-19)
6+
------------------
77

88
0.0.1 (2025-03-15)
99
------------------

open_sound_control_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>open_sound_control_msgs</name>
5-
<version>0.0.1</version>
5+
<version>0.0.2</version>
66
<description>Open Sound Control messages for ROS 2</description>
77
<license>Apache 2.0</license>
88

0 commit comments

Comments
 (0)