From 0bec4d0a25216d32278a0365e6653ef34cbc7498 Mon Sep 17 00:00:00 2001 From: Bly Kim Date: Sat, 17 Feb 2024 04:49:06 +0900 Subject: [PATCH] Bump version to 0.9.3 (#57) --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c60632..7a75f17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.9.3] - 2024-02-16 ### Added @@ -248,6 +248,7 @@ without relying on the content of the response. - `send_frame` and `recv_frame` to send and receive length-delimited frames. +[0.9.3]: https://github.com/petabi/oinq/compare/0.9.2...0.9.3 [0.9.2]: https://github.com/petabi/oinq/compare/0.9.1...0.9.2 [0.9.1]: https://github.com/petabi/oinq/compare/0.9.0...0.9.1 [0.9.0]: https://github.com/petabi/oinq/compare/0.8.2...0.9.0 diff --git a/Cargo.toml b/Cargo.toml index 8ef0bd4..8744437 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oinq" -version = "0.9.2" +version = "0.9.3" edition = "2021" rust-version = "1.69" description = "The inter-agent communication protocol in the REview ecosystem"