Skip to content

Commit

Permalink
Prepare for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Jul 6, 2024
1 parent 0369903 commit e1ebde1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yerpc",
"type": "module",
"version": "0.5.0",
"version": "0.6.0",
"author": "Franz Heinzmann <Frando>",
"license": "MIT OR Apache-2.0",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion yerpc-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion yerpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e1ebde1

Please sign in to comment.