Skip to content

Commit

Permalink
2.28.4
Browse files Browse the repository at this point in the history
2.28.4 [skip ci]
  • Loading branch information
actions-user authored and github-actions committed Nov 26, 2024
1 parent 38208e0 commit ef336e3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!--next-version-placeholder-->

## v2.28.4 (2024-11-26)

### Fix

* Revert to intended maps in test melee bot ([`9bbd2c7`](https://github.com/AresSC2/ares-sc2/commit/9bbd2c77dad984ca2a0f690a75c513169e1c0935))
* Find placements on small area expansions ([`9ff9bc3`](https://github.com/AresSC2/ares-sc2/commit/9ff9bc3e682bc16d953294f5b76d88c4e2fe1622))
* Prevent scenario where protoss walls itself ([`df478e6`](https://github.com/AresSC2/ares-sc2/commit/df478e682e6cbf454e331837b1efea60bb0acd73))

## v2.28.3 (2024-11-24)

### Fix
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 = "ares-sc2"
version = "2.28.3"
version = "2.28.4"
description = ""
authors = ["Tom Kerr <[email protected]>, Paul <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/ares/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.28.3"
__version__ = "2.28.4"

from .main import * # noqa: F403 F401

0 comments on commit ef336e3

Please sign in to comment.