From b820881128d114f55f79a06704d04afdaf6b72d4 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Mon, 10 Jul 2023 12:30:20 +0200 Subject: [PATCH] chore(noetic): release 2.14.12 (#118) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- panda_gazebo/package.xml | 2 +- panda_gazebo/src/panda_gazebo/version.py | 2 +- 5 files changed, 12 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..defdf662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 22815e89..09f5b8f3 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(".")