From fd5ec387aeb05938707215cdbad5de648f3e40df Mon Sep 17 00:00:00 2001 From: syncpark Date: Thu, 27 Jul 2023 15:02:58 +0900 Subject: [PATCH] Bump version to 0.8.3 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c4ad0..1ae2f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.8.3] - 2023-07-27 + ### Changed - Change to respond with an immediate `Ok` message when receiving an `EchoRequest` @@ -225,6 +227,7 @@ without relying on the content of the response. - `send_frame` and `recv_frame` to send and receive length-delimited frames. +[0.8.3]: https://github.com/petabi/oinq/compare/0.8.2...0.8.3 [0.8.2]: https://github.com/petabi/oinq/compare/0.8.1...0.8.2 [0.8.1]: https://github.com/petabi/oinq/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/petabi/oinq/compare/0.7.1...0.8.0 diff --git a/Cargo.toml b/Cargo.toml index 7b0187f..6c55cd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oinq" -version = "0.8.2" +version = "0.8.3" edition = "2021" rust-version = "1.65" description = "The inter-agent communication protocol in the REview ecosystem"