Skip to content

Commit da803a2

Browse files
authored
Merge pull request #288 from quartiq/release-v0.19.0
v0.19.0 chores
2 parents 2306dc1 + de950ed commit da803a2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased](https://github.com/quartiq/miniconf/compare/v0.18.0...HEAD) - DATE
9+
## [0.19.0](https://github.com/quartiq/miniconf/compare/v0.18.0...v0.19.0) - 2025-05-20
1010

1111
### Added
1212

miniconf/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "miniconf"
33
# Sync all crate versions and the py client
4-
version = "0.18.0"
4+
version = "0.19.0"
55
authors = [
66
"James Irwin <irwineffect@gmail.com>",
77
"Ryan Summers <ryan.summers@vertigo-designs.com>",
@@ -16,7 +16,7 @@ categories = ["embedded", "config", "data-structures", "parsing"]
1616

1717
[dependencies]
1818
serde = { version = "1.0.120", default-features = false }
19-
miniconf_derive = { path = "../miniconf_derive", version = "0.18.0", optional = true }
19+
miniconf_derive = { path = "../miniconf_derive", version = "0.19.0", optional = true }
2020
itoa = "1.0.4"
2121
serde-json-core = { version = "0.6.0", optional = true }
2222
postcard = { version = "1.0.8", optional = true }

miniconf_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miniconf_derive"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
authors = ["James Irwin <irwineffect@gmail.com>", "Ryan Summers <ryan.summers@vertigo-designs.com>", "Robert Jördens <rj@quartiq.de>"]
55
edition = "2021"
66
license = "MIT"

miniconf_mqtt/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miniconf_mqtt"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
authors = ["James Irwin <irwineffect@gmail.com>", "Ryan Summers <ryan.summers@vertigo-designs.com>", "Robert Jördens <rj@quartiq.de>"]
55
edition = "2021"
66
license = "MIT"
@@ -12,7 +12,7 @@ categories = ["no-std", "config", "rust-patterns", "parsing"]
1212
[lib]
1313

1414
[dependencies]
15-
miniconf = { version = "0.18.0", features = ["json-core"], default-features = false, path = "../miniconf" }
15+
miniconf = { version = "0.19.0", features = ["json-core"], default-features = false, path = "../miniconf" }
1616
minimq = "0.10.0"
1717
smlang = "0.8"
1818
embedded-io = "0.6"

py/miniconf-mqtt/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "miniconf-mqtt"
77
# Note: keep this in sync with Cargo.toml
8-
version = "0.18.2"
8+
version = "0.19.0"
99
description = "Utilities for configuring Miniconf-configurable devices"
1010
authors = [
1111
{ name = "Ryan Summers", email = "ryan.summers@vertigo-designs.com" },

0 commit comments

Comments
 (0)