Skip to content

Commit

Permalink
Merge pull request #53 from strakam/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(master): release 0.5.0
  • Loading branch information
strakam authored Oct 1, 2024
2 parents 067ed28 + b3a9ab2 commit 92cad3c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.5.0](https://github.com/strakam/Generals-RL/compare/v0.4.0...v0.5.0) (2024-10-01)


### 🚀 Features

* Reset replay if 'r' is pressed ([0c2357f](https://github.com/strakam/Generals-RL/commit/0c2357f2f49493d7b17804dc1144ae1b1c1fba80))


### 🐛 Bug Fixes

* Accept map passed from options ([baf2021](https://github.com/strakam/Generals-RL/commit/baf202193686b9cd97e4dcca9a611b4e4af2fb08))
* Create proper types for spaces ([f543663](https://github.com/strakam/Generals-RL/commit/f543663c0a8f332043fd8ec4ea86c11ab84893cf))


### 🛠️ Refactor

* add missing types ([960afae](https://github.com/strakam/Generals-RL/commit/960afae4080382fceffa06a66e882108a38f716a))
* move common attributes to Agent class ([e48a39b](https://github.com/strakam/Generals-RL/commit/e48a39bd91fcd60c9053e925822d820e349ab94e))
* New action space and observation space ([4979342](https://github.com/strakam/Generals-RL/commit/49793423e9039bae463d21f80c0d4923a7f44d4b))
* Unify reward_fn design ([3039ace](https://github.com/strakam/Generals-RL/commit/3039aceb27d63cdbbfe8f8f8fee8d71451e6915e))

## [0.4.0](https://github.com/strakam/Generals-RL/compare/v0.3.2...v0.4.0) (2024-09-29)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def load_requirements():

setup(
name='generals',
version='0.4.0',
version='0.5.0',
description='Generals.io environment compliant with PettingZoo API standard powered by Numpy.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 92cad3c

Please sign in to comment.