Skip to content

Commit

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

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

## v2.28.8 (2024-12-07)

### Fix

* Ensure vespene geyser can be found in build runner ([`6c467a2`](https://github.com/AresSC2/ares-sc2/commit/6c467a205bac84987579b6ca98353c34b6eec9cf))

## v2.28.7 (2024-12-04)

### 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.7"
version = "2.28.8"
description = ""
authors = ["Tom Kerr <tomkerrdev@gmail.com>, Paul <paul@ares.com>"]
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.7"
__version__ = "2.28.8"

from .main import * # noqa: F403 F401

0 comments on commit 7514852

Please sign in to comment.