Skip to content

Commit 7d3b017

Browse files
committed
Prepare for 0.5.3 release
1 parent 57183d1 commit 7d3b017

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## 0.5.3 - 2023-12-02
6+
7+
- Update axum
8+
- Remove Cargo.lock
9+
- Use edition 2021 resolver
10+
- Fix clippy
11+
- Update autogenerated files
12+
113
## 0.5.2
214

315
- Add `openrpc_specification()` method to RpcServer trait

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

0 commit comments

Comments
 (0)