Skip to content

Commit

Permalink
chore(main): release 0.6.48 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored Jul 4, 2023
1 parent 327b475 commit bfd3583
Show file tree
Hide file tree
Showing 4 changed files with 10 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 @@
{
".": "0.6.47"
".": "0.6.48"
}
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.6.48](https://github.com/rickstaa/stable-gym/compare/v0.6.47...v0.6.48) (2023-07-04)


### Documentation

* update BLC to SLC ([#176](https://github.com/rickstaa/stable-gym/issues/176)) ([327b475](https://github.com/rickstaa/stable-gym/commit/327b475d63f65fe9f696c8a04080b5619c3a51a1))

## [0.6.47](https://github.com/rickstaa/stable-gym/compare/v0.6.46...v0.6.47) (2023-06-30)


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.6.47",
"version": "0.6.48",
"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.6.47"
__version__ = "0.6.48"
__version_tuple__ = __version__.split(".")

0 comments on commit bfd3583

Please sign in to comment.