Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source release proto2ros 1.0.0 #7

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions proto2ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package proto2ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.0 (2024-12-02)
------------------
* Add proto2ros documentation (`#5 <https://github.com/bdaiinstitute/proto2ros/issues/5>`_)
* Add GHA CI workflow (`#3 <https://github.com/bdaiinstitute/proto2ros/issues/3>`_)
* Please pre-commit linters (`#2 <https://github.com/bdaiinstitute/proto2ros/issues/2>`_)
* Bring sources from `bdaiinstitute/ros_utilities` (`#1 <https://github.com/bdaiinstitute/proto2ros/issues/1>`_)
* Contributors: mhidalgo-bdai
2 changes: 1 addition & 1 deletion proto2ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Copyright (c) 2023 Boston Dynamics AI Institute LLC. All rights reserved.
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>proto2ros</name>
<version>0.1.0</version>
<version>1.0.0</version>
<description>Protobuf to ROS 2 interoperability interfaces</description>
<maintainer email="[email protected]">Boston Dynamics AI Institute</maintainer>
<license>MIT</license>
Expand Down
9 changes: 9 additions & 0 deletions proto2ros_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package proto2ros_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.0 (2024-12-02)
------------------
* Please pre-commit linters (`#2 <https://github.com/bdaiinstitute/proto2ros/issues/2>`_)
* Bring sources from `bdaiinstitute/ros_utilities` (`#1 <https://github.com/bdaiinstitute/proto2ros/issues/1>`_)
* Contributors: mhidalgo-bdai
2 changes: 1 addition & 1 deletion proto2ros_tests/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Copyright (c) 2023 Boston Dynamics AI Institute LLC. All rights reserved.
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>proto2ros_tests</name>
<version>0.1.0</version>
<version>1.0.0</version>
<description>Protobuf to ROS 2 interoperability interfaces tests</description>
<maintainer email="[email protected]">Boston Dynamics AI Institute</maintainer>
<license>MIT</license>
Expand Down
Loading