Skip to content

Commit ed9aeba

Browse files
committed
Prepare for 0.6.4 release
1 parent a620f51 commit ed9aeba

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## 0.7.0
5+
## 0.6.4 - 2025-04-17
6+
7+
- Remove 'anyhow:' prefix from errors.
8+
9+
## 0.6.3 - 2025-03-29
610

711
- Add `RpcSession::handle_incoming_parsed`
812
and `RpcSession::process_incoming_parsed`

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yerpc",
33
"type": "module",
4-
"version": "0.6.3",
4+
"version": "0.6.4",
55
"author": "Franz Heinzmann <Frando>",
66
"license": "MIT OR Apache-2.0",
77
"main": "./dist/index.js",

yerpc-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yerpc_derive"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
edition = "2018"
55
description = "Proc macros for yerpc"
66
license = "Apache-2.0/MIT"

yerpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yerpc"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
edition = "2021"
55
license = "Apache-2.0/MIT"
66
repository = "https://github.com/deltachat/yerpc"

0 commit comments

Comments
 (0)