Skip to content

Commit 644c82a

Browse files
committed
chore(version): 0.8.0
1 parent 6582788 commit 644c82a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.0 - 2025-01-22
6+
#### Features
7+
- async session api (#273) - (6582788) - Ezekiel Warren
8+
- Remove request id from ecsact_async_stream (#266) - (22010eb) - Austin Kelway
9+
10+
- - -
11+
512
## 0.7.1 - 2024-12-06
613
#### Features
714
- std::format for ecsact IDs (#271) - (0b9d377) - Ezekiel Warren

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module(
22
name = "ecsact_runtime",
3-
version = "0.7.1",
4-
compatibility_level = 7,
3+
version = "0.8.0",
4+
compatibility_level = 8,
55
)
66

77
bazel_dep(name = "rules_cc", version = "0.0.9")

0 commit comments

Comments
 (0)