Skip to content

Commit

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

## [2.4.0](https://github.com/strakam/generals-bots/compare/v2.3.0...v2.4.0) (2024-12-26)


### 🚀 Features

* Info dict from the environment now contains whether game is done and who won ([0d8990b](https://github.com/strakam/generals-bots/commit/0d8990b45a6e2f6aa2615a1dd99b1ed8b9810916))


### 🛠️ Refactor

* observation & action for clarity ([ddb1a88](https://github.com/strakam/generals-bots/commit/ddb1a88ab44f8d2e3dac50123546b9a128175e26))

## [2.3.0](https://github.com/strakam/generals-bots/compare/v2.2.1...v2.3.0) (2024-12-23)


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.3.0"
version = "2.4.0"
description = "Develop your agent for generals.io!"
authors = ["Matej Straka <strakammm@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit c7b91a1

Please sign in to comment.