Skip to content

Commit f0b6c53

Browse files
authored
chore(noetic): release 2.14.16 (#145)
1 parent d8cf6d5 commit f0b6c53

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.14.15"
2+
".": "2.14.16"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [2.14.16](https://github.com/rickstaa/panda-gazebo/compare/v2.14.15...v2.14.16) (2023-08-24)
6+
7+
8+
### Bug Fixes
9+
10+
* fix incorrect 'helpers' import ([#144](https://github.com/rickstaa/panda-gazebo/issues/144)) ([aaa1144](https://github.com/rickstaa/panda-gazebo/commit/aaa1144881f7a0b3979c6c91d191da01e1ee578a))
11+
512
## [2.14.15](https://github.com/rickstaa/panda-gazebo/compare/v2.14.14...v2.14.15) (2023-08-11)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "panda-gazebo",
3-
"version": "2.14.15",
3+
"version": "2.14.16",
44
"description": "A package that contains all the ROS components needed for creating a Panda Emika Franka Gazebo simulation",
55
"keywords": [
66
"robotics",

panda_gazebo/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>panda_gazebo</name>
4-
<version>2.14.15</version>
4+
<version>2.14.16</version>
55
<description>A package that allows you to train several ROS based robots using Gazebo.</description>
66

77
<!-- One maintainer tag required, multiple allowed, one person per tag -->
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Stores the package version number so that it can be accessed from other modules.
2-
__version__ = "2.14.15"
2+
__version__ = "2.14.16"
33
__version_tuple__ = __version__.split(".")

0 commit comments

Comments
 (0)