From 1f0df0d604c394b283aa2e3a2d9917b903225218 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Tue, 4 Jul 2023 09:00:10 +0200 Subject: [PATCH] chore(noetic): release 2.14.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- panda_gazebo/package.xml | 2 +- panda_gazebo/src/panda_gazebo/version.py | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 06f6bae8..1936eea4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.14.11" + ".": "2.14.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b5564607..93f398e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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-04) + + +### Documentation + +* add pkg test badge ([#117](https://github.com/rickstaa/panda-gazebo/issues/117)) ([71511ab](https://github.com/rickstaa/panda-gazebo/commit/71511ab60e09fb143e8c04b9041e7e6c3abd7ae0)) + ## [2.14.11](https://github.com/rickstaa/panda-gazebo/compare/v2.14.10...v2.14.11) (2023-07-02) diff --git a/package.json b/package.json index 82e0a63a..eb1c54f6 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/panda_gazebo/package.xml b/panda_gazebo/package.xml index 2172b579..5d7a3502 100755 --- a/panda_gazebo/package.xml +++ b/panda_gazebo/package.xml @@ -1,7 +1,7 @@ panda_gazebo - 2.14.11 + 2.14.12 A package that allows you to train several ROS based robots using Gazebo. diff --git a/panda_gazebo/src/panda_gazebo/version.py b/panda_gazebo/src/panda_gazebo/version.py index 03937bc0..1665e4ea 100644 --- a/panda_gazebo/src/panda_gazebo/version.py +++ b/panda_gazebo/src/panda_gazebo/version.py @@ -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(".")