Skip to content

Commit

Permalink
chore(noetic): release 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 9, 2023
1 parent a5afab0 commit e8029f4
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.15.4"
".": "2.16.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.16.0](https://github.com/rickstaa/panda-gazebo/compare/v2.15.4...v2.16.0) (2023-12-09)


### Features

* make code compatible with latest franka_ros version ([#183](https://github.com/rickstaa/panda-gazebo/issues/183)) ([b466168](https://github.com/rickstaa/panda-gazebo/commit/b46616842d7215b58c1c203f2585d6e9529cf09c))
* remove 'panda_moveit_config' submodule ([#185](https://github.com/rickstaa/panda-gazebo/issues/185)) ([39c8f12](https://github.com/rickstaa/panda-gazebo/commit/39c8f129806921ae9df03187a3b1a518b5e9163b))


### Bug Fixes

* **control_switcher:** fix control switcher ([#187](https://github.com/rickstaa/panda-gazebo/issues/187)) ([43fd75c](https://github.com/rickstaa/panda-gazebo/commit/43fd75cdbf3958f895f85143e4b7e0b0612a6b1f))
* fix 'set_logging_level' launch file arguments ([#186](https://github.com/rickstaa/panda-gazebo/issues/186)) ([2bc9a26](https://github.com/rickstaa/panda-gazebo/commit/2bc9a26e7f1c513bab9ab39f5d97d56a092b7900))
* fix moveit launch argument ([#188](https://github.com/rickstaa/panda-gazebo/issues/188)) ([a03b978](https://github.com/rickstaa/panda-gazebo/commit/a03b9783cb42f8b3b23aa706da1121c3ebc5249d))
* **moveit_server:** fix add_plane service ([#189](https://github.com/rickstaa/panda-gazebo/issues/189)) ([424fd4e](https://github.com/rickstaa/panda-gazebo/commit/424fd4ef3cf05e72ea2c27c140a10f7284314960))

## [2.15.4](https://github.com/rickstaa/panda-gazebo/compare/v2.15.3...v2.15.4) (2023-10-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "panda-gazebo",
"version": "2.15.4",
"version": "2.16.0",
"description": "A package that contains all the ROS components needed for creating a Panda Emika Franka Gazebo simulation",
"keywords": [
"robotics",
Expand Down
2 changes: 1 addition & 1 deletion panda_gazebo/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>panda_gazebo</name>
<version>2.15.4</version>
<version>2.16.0</version>
<description>A package that allows you to train several ROS based robots using Gazebo.</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
Expand Down
2 changes: 1 addition & 1 deletion panda_gazebo/src/panda_gazebo/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Stores the package version number so that it can be accessed from other modules."""
__version__ = "2.15.4"
__version__ = "2.16.0"
__version_tuple__ = __version__.split(".")

0 comments on commit e8029f4

Please sign in to comment.