Skip to content

Commit

Permalink
minimq release
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Nov 1, 2023
1 parent 64a39ed commit fad8eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

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

* Handlers now take a fourth argument, `output_buffer`, where they can serialize their response into
directly
Expand Down Expand Up @@ -34,6 +34,7 @@ command is registered.

Library initially released on crates.io

[0.3.0]: https://github.com/quartiq/minireq/releases/tag/v0.3.0
[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
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minireq"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Ryan Summers <[email protected]>"]
license = "MIT"
Expand All @@ -10,7 +10,7 @@ categories = ["no-std", "config", "embedded", "parsing"]
repository = "https://github.com/quartiq/minireq"

[dependencies]
minimq = {git = "https://github.com/quartiq/minimq"}
minimq = { version = "0.8.0" }
heapless = {version = "0.7", features = ["serde"] }
log = "0.4"
serde = { version = "1", features = ["derive"], default-features = false }
Expand Down

0 comments on commit fad8eb0

Please sign in to comment.