Skip to content

Commit aaeff1a

Browse files
actions-userMaidSafe-QA
authored andcommitted
chore(release): 0.36.0
1 parent c466644 commit aaeff1a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.36.0](https://github.com/maidsafe/qp2p/compare/v0.35.1...v0.36.0) (2023-02-20)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* consumes receiver on read.
11+
12+
### Features
13+
14+
* limit async during read/write for greater consistency ([c466644](https://github.com/maidsafe/qp2p/commit/c466644fdf4dc720099217b538d32e8bfb51f23b))
15+
516
### [0.35.1](https://github.com/maidsafe/qp2p/compare/v0.35.0...v0.35.1) (2023-01-25)
617

718
## [0.35.0](https://github.com/maidsafe/qp2p/compare/v0.34.5...v0.35.0) (2023-01-20)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://maidsafe.net"
66
license = "MIT OR BSD-3-Clause"
77
readme = "README.md"
88
repository = "https://github.com/maidsafe/qp2p"
9-
version = "0.35.1"
9+
version = "0.36.0"
1010
authors = [ "MaidSafe Developers <[email protected]>" ]
1111
keywords = [ "quic" ]
1212
edition = "2021"

0 commit comments

Comments
 (0)