Skip to content

Commit 548ea34

Browse files
committed
chore(version): 0.8.2
1 parent 6791ff1 commit 548ea34

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.2 - 2025-01-31
6+
#### Features
7+
- wasm system implementation headers (#275) - (6791ff1) - Ezekiel Warren
8+
- add async session event callback to c++ wrapper - (6a0b119) - Ezekiel Warren
9+
#### Miscellaneous Chores
10+
- formatting - (c92655e) - Ezekiel Warren
11+
12+
- - -
13+
514
## 0.8.1 - 2025-01-30
615
#### Bug Fixes
716
- added missing session IDs to async C++ wrapper fns - (847ef2f) - 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.1",
3+
version = "0.8.2",
44
compatibility_level = 8,
55
)
66

0 commit comments

Comments
 (0)