Skip to content

Commit

Permalink
Merge pull request #252 from quartiq/release-0.16.1
Browse files Browse the repository at this point in the history
v0.16.1 chores
  • Loading branch information
jordens authored Oct 16, 2024
2 parents ef0c370 + f7bdfb6 commit c11c795
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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.16.1](https://github.com/quartiq/miniconf/compare/v0.16.0...v0.16.1) - 2024-10-15

### Added

* `impl Key for &T where T: Key`

## [0.16.0](https://github.com/quartiq/miniconf/compare/v0.15.0...v0.16.0) - 2024-10-08

### Changed
Expand Down
4 changes: 2 additions & 2 deletions miniconf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "miniconf"
# Sync all crate versions and the py client
version = "0.16.0"
version = "0.16.1"
authors = [
"James Irwin <[email protected]>",
"Ryan Summers <[email protected]>",
Expand All @@ -16,7 +16,7 @@ categories = ["embedded", "config", "data-structures", "parsing"]

[dependencies]
serde = { version = "1.0.120", default-features = false }
miniconf_derive = { path = "../miniconf_derive", version = "0.16.0", optional = true }
miniconf_derive = { path = "../miniconf_derive", version = "0.16.1", optional = true }
itoa = "1.0.4"
serde-json-core = { version = "0.6.0", optional = true }
postcard = { version = "1.0.8", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion miniconf_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miniconf_derive"
version = "0.16.0"
version = "0.16.1"
authors = ["James Irwin <[email protected]>", "Ryan Summers <[email protected]>", "Robert Jördens <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit c11c795

Please sign in to comment.