Skip to content

Commit

Permalink
Merge pull request #48 from strakam/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(master): release 0.4.0
  • Loading branch information
strakam authored Sep 29, 2024
2 parents a1010ca + 49c2dcb commit 24f49dc
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.2"
".": "0.4.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### 🚀 Features

* Support rectangular grid shapes ([bb3c5e1](https://github.com/strakam/Generals-RL/commit/bb3c5e1ef7cd53c8d92c3a901010ef6f263e73d8))


### 🐛 Bug Fixes

* Delete replay class on reset ([3ee9a68](https://github.com/strakam/Generals-RL/commit/3ee9a688a73eacdd5a780baeb4186edeaf4ddf06))
* Fix possibility that two generals are generated in the same location ([d63978b](https://github.com/strakam/Generals-RL/commit/d63978b2b09acda1b22d86d80386117e508e7ff2))

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


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.2',
version='0.4.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 24f49dc

Please sign in to comment.