diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a31ad..3243e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,10 @@ All notable changes to this project will be documented in this file. -## Unreleased +## 0.6.0 - 2024-07-06 - ts client: fix memory leak +- Update yerpc-derive dependencies ## 0.5.3 - 2023-12-02 diff --git a/yerpc-derive/Cargo.toml b/yerpc-derive/Cargo.toml index 6e0e02e..935276b 100644 --- a/yerpc-derive/Cargo.toml +++ b/yerpc-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yerpc_derive" -version = "0.5.3" +version = "0.6.0" edition = "2018" description = "Proc macros for yerpc" license = "Apache-2.0/MIT" diff --git a/yerpc/Cargo.toml b/yerpc/Cargo.toml index e8ad997..ead367d 100644 --- a/yerpc/Cargo.toml +++ b/yerpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yerpc" -version = "0.5.3" +version = "0.6.0" edition = "2021" license = "Apache-2.0/MIT" repository = "https://github.com/deltachat/yerpc"