Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Prepping minireq 0.2 release #14

Merged
merged 2 commits into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format 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).

## [0.2.0] - 2023-06-22

* Minimq bumped to v0.7

## [0.1.1] - 2022-12-06

### Added
Expand All @@ -21,5 +25,6 @@ command is registered.

Library initially released on crates.io

[0.2.0]: https://github.com/quartiq/minireq/releases/tag/v0.2.0
[0.1.1]: https://github.com/quartiq/minireq/releases/tag/v0.1.1
[0.1.0]: https://github.com/quartiq/minireq/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = ["no-std", "config", "embedded", "parsing"]
repository = "https://github.com/quartiq/minireq"

[dependencies]
minimq = "0.6"
minimq = "0.7"
heapless = {version = "0.7", features = ["serde"] }
serde-json-core = "0.5"
log = "0.4"
Expand Down