Skip to content

Commit

Permalink
chore(release): 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and MaidSafe-QA committed Oct 20, 2021
1 parent c0a6a20 commit 0385601
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

## [0.24.0](https://github.com/maidsafe/qp2p/compare/v0.23.0...v0.24.0) (2021-10-20)


### ⚠ BREAKING CHANGES

* `IncomingMessages` has been removed, and is no longer
returned by `Endpoint::new` or `Endpoint::new_client`.

### Bug Fixes

* don't retry sending on connection loss ([578936d](https://github.com/maidsafe/qp2p/commit/578936dc0bba0e53e6230e916038f90cde49cd33))


* remove `IncomingMessages` ([c0a6a20](https://github.com/maidsafe/qp2p/commit/c0a6a2042d0990b4ea7d550a1da7d5dcdf3bb559))

## [0.23.0](https://github.com/maidsafe/qp2p/compare/v0.22.2...v0.23.0) (2021-10-15)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://maidsafe.net"
license = "MIT OR BSD-3-Clause"
readme = "README.md"
repository = "https://github.com/maidsafe/qp2p"
version = "0.23.0"
version = "0.24.0"
authors = [ "MaidSafe Developers <[email protected]>" ]
keywords = [ "quic" ]
edition = "2018"
Expand Down

0 comments on commit 0385601

Please sign in to comment.