Skip to content

Commit dd43bdc

Browse files
committed
chore(version): 0.2.0
1 parent 19e3c71 commit dd43bdc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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.2.0 - 2025-02-01
6+
#### Features
7+
- implement new async session api (#36) - (19e3c71) - Ezekiel Warren
8+
9+
- - -
10+
511
## 0.1.2 - 2024-10-22
612
#### Features
713
- new async stream api (#27) - (5ca90a5) - 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_rt_reference",
3-
version = "0.1.2",
4-
compatibility_level = 1,
3+
version = "0.2.0",
4+
compatibility_level = 2,
55
)
66

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

0 commit comments

Comments
 (0)