Skip to content

Commit

Permalink
chore(noetic): release 2.0.1 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Mar 24, 2024
1 parent 54693d7 commit eca3062
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.0.0"
".": "2.0.1"
}
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.0.1](https://github.com/rickstaa/ros-gazebo-gym/compare/v2.0.0...v2.0.1) (2024-03-24)


### Bug Fixes

* **panda:** fix 'ee_pose_target' not defined bug ([54693d7](https://github.com/rickstaa/ros-gazebo-gym/commit/54693d777261d747d0133a933cd8563012f2cd6d))

## [2.0.0](https://github.com/rickstaa/ros-gazebo-gym/compare/v1.9.5...v2.0.0) (2024-03-24)


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": "ros-gazebo-gym",
"version": "2.0.0",
"version": "2.0.1",
"description": "Framework for training RL algorithms on ROS Gazebo robots.",
"keywords": [
"framework",
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>ros_gazebo_gym</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>Framework for training reinforcement learning algorithms on a variety of ROS Gazebo environments.</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
Expand Down
2 changes: 1 addition & 1 deletion src/ros_gazebo_gym/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.0.0"
__version__ = "2.0.1"
__version_tuple__ = __version__.split(".")

0 comments on commit eca3062

Please sign in to comment.