Skip to content

Commit

Permalink
chore(main): release 5.0.2 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored Aug 28, 2023
1 parent 5950460 commit c3a9c12
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 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 @@
{
".": "5.0.1"
".": "5.0.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [5.0.2](https://github.com/rickstaa/stable-learning-control/compare/v5.0.1...v5.0.2) (2023-08-28)


### Bug Fixes

* correctly close gymnasium environments ([#340](https://github.com/rickstaa/stable-learning-control/issues/340)) ([a179176](https://github.com/rickstaa/stable-learning-control/commit/a1791761737c0f83220461b036c55e0acbc68cf5))
* fix plot dataframe loading ([#338](https://github.com/rickstaa/stable-learning-control/issues/338)) ([90e16e9](https://github.com/rickstaa/stable-learning-control/commit/90e16e9385df8f1eac4a3626aebaa56ebd6e7b61))


### Documentation

* add pre-commit note ([#341](https://github.com/rickstaa/stable-learning-control/issues/341)) ([9853d05](https://github.com/rickstaa/stable-learning-control/commit/9853d05a8d5395eab900837a44a38d0e183ead77))

## [5.0.1](https://github.com/rickstaa/stable-learning-control/compare/v5.0.0...v5.0.1) (2023-08-14)


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-learning-control",
"version": "5.0.1",
"version": "5.0.2",
"description": "A framework for training theoretically stable (and robust) Reinforcement Learning control algorithms.",
"keywords": [
"reinforcement-learning",
Expand Down
2 changes: 1 addition & 1 deletion stable_learning_control/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__ = "5.0.1"
__version__ = "5.0.2"
__version_tuple__ = __version__.split(".")

0 comments on commit c3a9c12

Please sign in to comment.