Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.20.4 #316

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.20.3"
".": "0.20.4"
}
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.

## [0.20.4](https://github.com/rickstaa/stable-gym/compare/v0.20.3...v0.20.4) (2023-08-31)


### Documentation

* add ros-gazebo-gym positive reward comment ([#315](https://github.com/rickstaa/stable-gym/issues/315)) ([a29a1c9](https://github.com/rickstaa/stable-gym/commit/a29a1c9636b775ca8eb735691fdd233fbe52bb99))

## [0.20.3](https://github.com/rickstaa/stable-gym/compare/v0.20.2...v0.20.3) (2023-08-31)


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": "stable-gym",
"version": "0.20.3",
"version": "0.20.4",
"description": "Contains several gymnasium environments with cost functions compatible with (stable) RL agents (i.e. positive definite).",
"keywords": [
"reinforcement-learning",
Expand Down
2 changes: 1 addition & 1 deletion stable_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__ = "0.20.3"
__version__ = "0.20.4"
__version_tuple__ = __version__.split(".")