Skip to content

Commit

Permalink
chore(version): 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jan 22, 2025
1 parent 6582788 commit 644c82a
Show file tree
Hide file tree
Showing 2 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 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.8.0 - 2025-01-22
#### Features
- async session api (#273) - (6582788) - Ezekiel Warren
- Remove request id from ecsact_async_stream (#266) - (22010eb) - Austin Kelway

- - -

## 0.7.1 - 2024-12-06
#### Features
- std::format for ecsact IDs (#271) - (0b9d377) - Ezekiel Warren
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(
name = "ecsact_runtime",
version = "0.7.1",
compatibility_level = 7,
version = "0.8.0",
compatibility_level = 8,
)

bazel_dep(name = "rules_cc", version = "0.0.9")
Expand Down

0 comments on commit 644c82a

Please sign in to comment.