Skip to content

Commit

Permalink
chore(noetic): release 2.14.12 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored Jul 10, 2023
1 parent b2337dc commit b820881
Show file tree
Hide file tree
Showing 5 changed files with 12 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.14.11"
".": "2.14.12"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.14.12](https://github.com/rickstaa/panda-gazebo/compare/v2.14.11...v2.14.12) (2023-07-10)


### Documentation

* add pkg test badge ([#117](https://github.com/rickstaa/panda-gazebo/issues/117)) ([71511ab](https://github.com/rickstaa/panda-gazebo/commit/71511ab60e09fb143e8c04b9041e7e6c3abd7ae0))
* update python badge ([#120](https://github.com/rickstaa/panda-gazebo/issues/120)) ([b98a1b8](https://github.com/rickstaa/panda-gazebo/commit/b98a1b83c807e4c993cce3abf2cc34cf94388fc2))

## [2.14.11](https://github.com/rickstaa/panda-gazebo/compare/v2.14.10...v2.14.11) (2023-07-02)


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.14.11",
"version": "2.14.12",
"description": "A package that contains all the ROS components needed for creating a Panda Emika Franka Gazebo simulation",
"keywords": [
"simulation",
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.14.11</version>
<version>2.14.12</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.14.11"
__version__ = "2.14.12"
__version_tuple__ = __version__.split(".")

0 comments on commit b820881

Please sign in to comment.