Skip to content

Commit

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

### Changed

Expand Down Expand Up @@ -225,6 +225,7 @@ without relying on the content of the response.

- `send_frame` and `recv_frame` to send and receive length-delimited frames.

[0.9.0]: https://github.com/petabi/oinq/compare/0.8.2...0.9.0
[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.9.0"
edition = "2021"
rust-version = "1.65"
description = "The inter-agent communication protocol in the REview ecosystem"
Expand Down

0 comments on commit 54be2da

Please sign in to comment.