Skip to content

Commit

Permalink
chore(release): 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Feb 15, 2022
1 parent 71722bc commit 3841feb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
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.12.0](https://github.com/rickstaa/panda-gazebo/compare/v2.11.0...v2.12.0) (2022-02-15)


### Features

* **moveit_server:** enable 'set_joint_positions' service by default ([71722bc](https://github.com/rickstaa/panda-gazebo/commit/71722bc684185e730965317af263cc6b2e99bdb7))

## [2.11.0](https://github.com/rickstaa/panda-gazebo/compare/v2.10.1...v2.11.0) (2022-02-15)


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.11.0",
"version": "2.12.0",
"description": "Gazebo panda simulation created for the Panda environment that is found in the 'ros-gazebo-gym' package.",
"keywords": [
"reinforcement-learning",
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.11.0</version>
<version>2.12.0</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,6 +1,6 @@
# coding: utf-8
"""The panda_gazebo version."""
version = "2.11.0"
version = "2.12.0"
__version__ = version
# format:
# ('mlc_major', 'mlc_minor', 'mlc_patch')

0 comments on commit 3841feb

Please sign in to comment.