Skip to content

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed May 30, 2023
1 parent 4f435d6 commit f4eba93
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.5.0](https://github.com/rickstaa/simzoo/compare/v0.4.93...v0.5.0) (2023-05-30)


### ⚠ BREAKING CHANGES

* step now returns 5 values instead of 4.

### Features

* depricate step done return value ([#98](https://github.com/rickstaa/simzoo/issues/98)) ([4f435d6](https://github.com/rickstaa/simzoo/commit/4f435d6f9c7aaa12fc91a1722cc5ac4cc22d44a3))

### [0.4.93](https://github.com/rickstaa/simzoo/compare/v0.4.92...v0.4.93) (2023-05-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": "simzoo",
"version": "0.4.93",
"version": "0.5.0",
"description": "Package that contains the gym environments of the bayesian-learning-control package.",
"keywords": [
"reinforcement-learning",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = simzoo
version = 0.4.93
version = 0.5.0
description = A python package containing the bayesian_learning_control openai gym environments.
long_description = file: README.md, CHANGELOG.md, LICENSE
long_description_content_type=text/markdown
Expand Down
2 changes: 1 addition & 1 deletion simzoo/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8
"""The simzoo version."""
version = "0.4.93"
version = "0.5.0"
__version__ = version
# format:
# ('mlc_major', 'mlc_minor', 'mlc_patch')

0 comments on commit f4eba93

Please sign in to comment.