Skip to content

Commit

Permalink
Bump version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
syncpark committed Jul 27, 2023
1 parent 92c1897 commit fd5ec38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit fd5ec38

Please sign in to comment.