From 018650bfbe6add875845c351a12f3425752948dc Mon Sep 17 00:00:00 2001 From: Min Kim Date: Wed, 14 Jun 2023 17:53:33 -0700 Subject: [PATCH] Bump version to 0.8.2 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a70b3..d870e66 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.8.2] - 2023-06-14 ### Added @@ -218,7 +218,7 @@ without relying on the content of the response. - `send_frame` and `recv_frame` to send and receive length-delimited frames. -[Unreleased]: https://github.com/petabi/oinq/compare/0.8.1...main +[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 [0.7.1]: https://github.com/petabi/oinq/compare/0.7.0...0.7.1 diff --git a/Cargo.toml b/Cargo.toml index 51a339d..a7fdb79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oinq" -version = "0.8.1" +version = "0.8.2" edition = "2021" rust-version = "1.65" description = "The inter-agent communication protocol in the REview ecosystem"