Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BLYKIM authored and msk committed Sep 7, 2023
1 parent 46ff4cd commit ba4ff6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ 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.1] - 2023-09-06

### Added

- `RequestCode::ProcessList` to request agent to collect host's process list.

### Changed
### Fixed

- Fix clippy warnings.

Expand Down Expand Up @@ -235,7 +235,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.2...main
[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
[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
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.9.0"
version = "0.9.1"
edition = "2021"
rust-version = "1.69"
description = "The inter-agent communication protocol in the REview ecosystem"
Expand Down

0 comments on commit ba4ff6e

Please sign in to comment.