Skip to content

Commit

Permalink
Prepare for 0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Aug 1, 2023
1 parent 74b0bb8 commit 7808559
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.2

- Add `openrpc_specification()` method to RpcServer trait
- Remove `yerpc-tide` crate
- Add documentation comments

## 0.5.1

- Do not inline method types. All definitions go into `#/components/schemas` and parameters reference them.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0"
version = "0.5.2"
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.1"
version = "0.5.2"
edition = "2021"
license = "Apache-2.0/MIT"
repository = "https://github.com/deltachat/yerpc"
Expand Down

0 comments on commit 7808559

Please sign in to comment.