Skip to content

Commit 6deca13

Browse files
committed
Prepare for 0.6.0 release
1 parent 0369903 commit 6deca13

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

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

5-
## Unreleased
5+
## 0.6.0 - 2024-07-06
66

77
- ts client: fix memory leak
8+
- Update yerpc-derive dependencies
89

910
## 0.5.3 - 2023-12-02
1011

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.5.3"
3+
version = "0.6.0"
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.5.3"
3+
version = "0.6.0"
44
edition = "2021"
55
license = "Apache-2.0/MIT"
66
repository = "https://github.com/deltachat/yerpc"

0 commit comments

Comments
 (0)