Skip to content

Commit

Permalink
Merge pull request #44 from strakam/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(master): release 0.3.2
  • Loading branch information
strakam authored Sep 27, 2024
2 parents a1aafc2 + 6e25c51 commit cd0bf3b
Show file tree
Hide file tree
Showing 3 changed files with 15 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.3.1"
".": "0.3.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.3.2](https://github.com/strakam/Generals-RL/compare/v0.3.1...v0.3.2) (2024-09-27)


### 🐛 Bug Fixes

* **mapper:** properly regenerate invalid map ([63ff837](https://github.com/strakam/Generals-RL/commit/63ff837c86d57f6b92d7445b5f1aaff0aed43673))


### 🛠️ Refactor

* Change agent passing, minimize examples ([11a38b7](https://github.com/strakam/Generals-RL/commit/11a38b711816e33300f25c4f024653f813b1be49))
* **render:** simplify code ([58e8b01](https://github.com/strakam/Generals-RL/commit/58e8b0142c2e4e775488db00e2e8205d618b9952))

## [0.3.1](https://github.com/strakam/Generals-RL/compare/v0.3.0...v0.3.1) (2024-09-26)


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.3.1',
version='0.3.2',
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 cd0bf3b

Please sign in to comment.