Skip to content

Commit

Permalink
chore(release): 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Feb 9, 2022
1 parent caae4ad commit 93784d6
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.10.0](https://github.com/rickstaa/panda-gazebo/compare/v2.9.4...v2.10.0) (2022-02-09)


### Features

* **moveit_server:** improve moveit services ([caae4ad](https://github.com/rickstaa/panda-gazebo/commit/caae4ad20419ec7cb4c5954e1959490635294018))

### [2.9.4](https://github.com/rickstaa/panda-gazebo/compare/v2.9.3...v2.9.4) (2022-02-09)


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.9.4",
"version": "2.10.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.9.4</version>
<version>2.10.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.9.4"
version = "2.10.0"
__version__ = version
# format:
# ('mlc_major', 'mlc_minor', 'mlc_patch')

0 comments on commit 93784d6

Please sign in to comment.