Skip to content

Commit

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

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

## v1.16.0 (2023-12-03)

### Feature

* Build runner look ahead ([`b807e1b`](https://github.com/AresSC2/ares-sc2/commit/b807e1b220dcc1ef0e4028bde299abe7f5798188))
* Check existing structures on geyser ([`464eeb3`](https://github.com/AresSC2/ares-sc2/commit/464eeb36a154f1e3ef56c0c58745fa6ebbc95f91))

## v1.15.1 (2023-11-28)

### 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 = "1.15.1"
version = "1.16.0"
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__ = "1.15.1"
__version__ = "1.16.0"

from .main import * # noqa: F403 F401

0 comments on commit 2da5502

Please sign in to comment.