Skip to content

Commit 8ea2535

Browse files
chore: release v0.2.3 (#229)
Co-authored-by: release-telepath[bot] <289226262+release-telepath[bot]@users.noreply.github.com>
1 parent 99d34c7 commit 8ea2535

7 files changed

Lines changed: 23 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Telepath uses **unified versioning** across all five workspace members
1313
<!-- release-plz-start -->
1414

1515
## [Unreleased]
16+
## [0.2.3](https://github.com/tarotene/telepath/compare/v0.2.2..v0.2.3) — 2026-06-26
17+
18+
### Fixed
19+
20+
- **server,docs**: Correct ShimFn return type in README ([#228](https://github.com/tarotene/telepath/pull/228))
21+
1622

1723
## [0.2.2](https://github.com/tarotene/telepath/compare/v0.2.1..v0.2.2) — 2026-05-31
1824

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
exclude = ["examples/nrf52840-ping", "tools/telepath"]
1111

1212
[workspace.package]
13-
version = "0.2.2"
13+
version = "0.2.3"
1414
edition = "2021"
1515
license = "MIT OR Apache-2.0"
1616
repository = "https://github.com/tarotene/telepath"

examples/nrf52840-ping/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nrf52840-ping/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nrf52840-ping"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55
resolver = "3"
66
license = "MIT OR Apache-2.0"

tools/telepath/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/telepath/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "telepath"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55
resolver = "3"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)