Skip to content

Commit

Permalink
chore(master): release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strakam committed Dec 6, 2024
1 parent 7b2b5b8 commit 5189e5d
Show file tree
Hide file tree
Showing 3 changed files with 17 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 @@
{
".": "2.1.0"
".": "2.2.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.2.0](https://github.com/strakam/generals-bots/compare/v2.1.0...v2.2.0) (2024-12-06)


### 🚀 Features

* Add default reward based on win/lose ([7b2b5b8](https://github.com/strakam/generals-bots/commit/7b2b5b837b88b98e59ab21adbbf008dc86bec97d))


### 🐛 Bug Fixes

* Actions now MultiDiscrete instead of Dict ([9b909ca](https://github.com/strakam/generals-bots/commit/9b909cadb12d7ae4928229c0ff8ce717fdca84f6))
* Channels dont change type from bool to int ([0e540b6](https://github.com/strakam/generals-bots/commit/0e540b6b7c50aa3aef84e9db8813e82fd4849a92))
* Fix wrapper handling in gymnasium v1.0.0 ([aaf4d43](https://github.com/strakam/generals-bots/commit/aaf4d43b82178382af20f64a69a16066924533db))
* Pass pre-commit checks ([6230e5d](https://github.com/strakam/generals-bots/commit/6230e5ddfc5724cece59134fb243a7de722e5b54))

## [2.1.0](https://github.com/strakam/generals-bots/compare/v2.0.1...v2.1.0) (2024-11-22)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "generals-bots"
version = "2.1.0"
version = "2.2.0"
description = "Develop your agent for generals.io!"
authors = ["Matej Straka <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5189e5d

Please sign in to comment.