Skip to content

Commit

Permalink
Merge pull request #154 from quartiq/release-0.8.0
Browse files Browse the repository at this point in the history
release 0.8.0
  • Loading branch information
ryan-summers authored Nov 1, 2023
2 parents 2ea83f3 + 031f09f commit da875e9
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 @@ -2,7 +2,7 @@

This document describes the changes to Minimq between releases.

# [Unreleased]
# [0.8.0] - 2023-11-01

## Changed
* [breaking] Const generics for message size and allowable in-flight messages have been removed.
Expand Down Expand Up @@ -140,7 +140,7 @@ keep-alive interval

* Initial library release and publish to crates.io

[Unreleased]: https://github.com/quartiq/minimq/compare/0.7.0...HEAD
[0.8.0]: https://github.com/quartiq/minimq/releases/tag/0.8.0
[0.7.0]: https://github.com/quartiq/minimq/releases/tag/0.7.0
[0.6.2]: https://github.com/quartiq/minimq/releases/tag/0.6.2
[0.6.1]: https://github.com/quartiq/minimq/releases/tag/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 = "minimq"
version = "0.7.0"
version = "0.8.0"
authors = ["Ryan Summers <[email protected]>", "Max Rottenkolber <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit da875e9

Please sign in to comment.