Skip to content

Commit

Permalink
Merge pull request #90 from quartiq/release/v0.5.0
Browse files Browse the repository at this point in the history
Staging 0.5.0 miniconf release
  • Loading branch information
ryan-summers authored May 12, 2022
2 parents 7c4d7f7 + a527c7e commit bff1003
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2022-05-12

## Changed
* **breaking** The Miniconf trait for iteration was renamed from `unchecked_iter()` and `iter()` to
`unchecked_iter_settings()` and `iter_settings()` respectively to avoid issues with slice iteration
Expand Down Expand Up @@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Library initially released on crates.io

[Unreleased]: https://github.com/quartiq/miniconf/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/quartiq/miniconf/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/quartiq/miniconf/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/quartiq/miniconf/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/quartiq/miniconf/releases/tag/v0.3.0
[0.2.0]: https://github.com/quartiq/miniconf/releases/tag/v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "miniconf"

# Don't forget to change `derive_miniconf`'s version as well.
version = "0.4.0"
version = "0.5.0"

authors = ["James Irwin <irwineffect@gmail.com>", "Ryan Summers <ryan.summers@vertigo-designs.com"]
edition = "2018"
Expand All @@ -13,7 +13,7 @@ keywords = ["settings", "embedded", "no_std", "configuration", "mqtt"]
categories = ["no-std", "config", "embedded", "parsing"]

[dependencies]
derive_miniconf = { path = "derive_miniconf" , version = "0.4" }
derive_miniconf = { path = "derive_miniconf" , version = "0.5" }
serde-json-core = "0.4.0"
serde = { version = "1.0.120", features = ["derive"], default-features = false }
log = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions derive_miniconf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "derive_miniconf"
version = "0.4.0"
version = "0.5.0"
authors = ["James Irwin <irwineffect@gmail.com>", "Ryan Summers <ryan.summers@vertigo-designs.com"]
edition = "2018"
license = "MIT"
description = "Derive utilities for Miniconf run-time settings configuration"
repository = "https://github.com/quartiq/miniconf/derive_miniconf"
repository = "https://github.com/quartiq/miniconf"

keywords = ["settings", "embedded", "no_std", "configuration", "mqtt"]
categories = ["no-std", "config", "embedded", "parsing"]
Expand Down

0 comments on commit bff1003

Please sign in to comment.