Skip to content

Commit

Permalink
chore(noetic): release 2.14.6 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored Jun 19, 2023
1 parent b2cec66 commit 45bda6f
Show file tree
Hide file tree
Showing 5 changed files with 11 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.5"
".": "2.14.6"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6](https://github.com/rickstaa/panda-gazebo/compare/v2.14.5...v2.14.6) (2023-06-19)


### Documentation

* fix edit on github button ([8cf0532](https://github.com/rickstaa/panda-gazebo/commit/8cf0532c756462fa9f85aa9f6b93112cbc1d4a78))

## [2.14.5](https://github.com/rickstaa/panda-gazebo/compare/v2.14.4...v2.14.5) (2023-06-16)


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

0 comments on commit 45bda6f

Please sign in to comment.