Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed May 25, 2023
1 parent 5b891e1 commit 17a3a7d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,22 @@ 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.0] - 2023-05-24

### Changed

- Change the transfer data type of `RequestCode:InternalNetworkList`/
`RequestCode:AllowList`/`RequestCodeBlockList` to `HostNetworkGroup`.
- The transfer data types of the following request codes have been changed:

- `RequestCode:InternalNetworkList`
- `RequestCode:AllowList`
- `RequestCode:BlockList`

Prior to this update, these request codes were using a string array to
transfer data. This approach has been replaced by the `HostNetworkGroup` data
type.

This change is backwards incompatible. Users are encouraged to update their
request handling to accommodate the `HostNetworkGroup` data type.

## [0.7.1] - 2023-05-17

Expand Down Expand Up @@ -188,6 +198,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

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

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

0 comments on commit 17a3a7d

Please sign in to comment.