Skip to content

Commit

Permalink
Bump version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed May 21, 2024
1 parent 76c82d4 commit c48b3db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.13.0] - 2024-05-21

### Changed

Expand Down Expand Up @@ -303,7 +303,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.12.0...main
[0.13.0]: https://github.com/petabi/oinq/compare/0.12.0...0.13.0
[0.12.0]: https://github.com/petabi/oinq/compare/0.11.0...0.12.0
[0.11.0]: https://github.com/petabi/oinq/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/petabi/oinq/compare/0.9.3...0.10.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.12.0"
version = "0.13.0"
edition = "2021"
rust-version = "1.69"
description = "The inter-agent communication protocol in the REview ecosystem"
Expand Down

0 comments on commit c48b3db

Please sign in to comment.