Skip to content

Commit

Permalink
chore(noetic): release 2.16.1 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored Dec 23, 2023
1 parent e2df695 commit 341299e
Show file tree
Hide file tree
Showing 5 changed files with 19 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.16.0"
".": "2.16.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.1](https://github.com/rickstaa/panda-gazebo/compare/v2.16.0...v2.16.1) (2023-12-23)


### Bug Fixes

* fix 'set_joint_commands' service return values ([#205](https://github.com/rickstaa/panda-gazebo/issues/205)) ([e2df695](https://github.com/rickstaa/panda-gazebo/commit/e2df69549538ec3e32859e96c2356df9b36e5a95))
* fix random joint positions service ([#204](https://github.com/rickstaa/panda-gazebo/issues/204)) ([44d6855](https://github.com/rickstaa/panda-gazebo/commit/44d68552849bd2f35264e6e9e87bafb5d253cff7))


### Documentation

* fix broken links ([b99e1b1](https://github.com/rickstaa/panda-gazebo/commit/b99e1b10dd16f9fd38fcb9c10f084a9884938965))
* fix broken README links ([484c224](https://github.com/rickstaa/panda-gazebo/commit/484c224c71ffb8e338fa3e2363b1daeb24251a72))
* improve issues section ([8a610b3](https://github.com/rickstaa/panda-gazebo/commit/8a610b3c7dfca40f626dff2acb191c06e400747b))

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


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.16.0",
"version": "2.16.1",
"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.16.0</version>
<version>2.16.1</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.16.0"
__version__ = "2.16.1"
__version_tuple__ = __version__.split(".")

0 comments on commit 341299e

Please sign in to comment.