Skip to content

Commit eba29f8

Browse files
committed
chore(version): 0.8.1
1 parent 847ef2f commit eba29f8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## 0.8.1 - 2025-01-30
6+
#### Bug Fixes
7+
- added missing session IDs to async C++ wrapper fns - (847ef2f) - Ezekiel Warren
8+
9+
- - -
10+
511
## 0.8.0 - 2025-01-22
612
#### Features
713
- async session api (#273) - (6582788) - Ezekiel Warren

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "ecsact_runtime",
3-
version = "0.8.0",
3+
version = "0.8.1",
44
compatibility_level = 8,
55
)
66

0 commit comments

Comments
 (0)