Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaltovski committed Nov 26, 2024
1 parent 3746beb commit 023d0f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package clearpath_config
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.0.0 (2024-11-25)
------------------
* Add default vcan ROS interfaces based on platform
* Add support for Axis cameras (`#90 <https://github.com/clearpathrobotics/clearpath_config/issues/90>`_)
* Add the initial AxisCamera class with all ROS parameters defined in axis_camera's launch files & nodes
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>clearpath_config</name>
<version>0.3.4</version>
<version>1.0.0</version>
<description>Clearpath Configuration YAML Parser and Writer</description>
<maintainer email="[email protected]">Luis Camero</maintainer>
<license>BSD-3</license>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name=package_name,
version="0.3.4",
version="1.0.0",
packages=[
package_name,
package_name + ".common",
Expand Down

0 comments on commit 023d0f7

Please sign in to comment.