From ceb1ce9c061b32ee76fc18c08ccd60bd0690fcfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 19:43:11 +0000 Subject: [PATCH 1/2] chore(confik): release v0.15.11 --- Cargo.lock | 2 +- confik/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b13d649..4f0f9a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,7 +222,7 @@ dependencies = [ [[package]] name = "confik" -version = "0.15.10" +version = "0.15.11" dependencies = [ "ahash 0.8.12", "anyhow", diff --git a/confik/Cargo.toml b/confik/Cargo.toml index 1dac4c6..a70eacb 100644 --- a/confik/Cargo.toml +++ b/confik/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "confik" -version = "0.15.10" +version = "0.15.11" description = "Compose configuration from multiple sources without giving up type safety" authors.workspace = true keywords.workspace = true From e22deae51225dc42cd1725473cf811215f2bfbf9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 19:43:14 +0000 Subject: [PATCH 2/2] docs: update changelog versions --- confik/CHANGELOG.md | 2 ++ confik/README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/confik/CHANGELOG.md b/confik/CHANGELOG.md index fcdd57f..40e760d 100644 --- a/confik/CHANGELOG.md +++ b/confik/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.15.11 + - Add a new helper `MergingUnsetBuilder` and trait `MergingWithUnset`, for aiding in building of custom `Configuration` implementations. See the docs on `MergingWithUnset` for a worked example. - Fix `serde_json::Value` merge when the first parsed config doesn't have any value set. diff --git a/confik/README.md b/confik/README.md index fc1ccbb..6cf7a2d 100644 --- a/confik/README.md +++ b/confik/README.md @@ -3,8 +3,8 @@ [![crates.io](https://img.shields.io/crates/v/confik?label=latest)](https://crates.io/crates/confik) -[![Documentation](https://docs.rs/confik/badge.svg?version=0.15.10)](https://docs.rs/confik/0.15.10) -[![dependency status](https://deps.rs/crate/confik/0.15.10/status.svg)](https://deps.rs/crate/confik/0.15.10) +[![Documentation](https://docs.rs/confik/badge.svg?version=0.15.11)](https://docs.rs/confik/0.15.11) +[![dependency status](https://deps.rs/crate/confik/0.15.11/status.svg)](https://deps.rs/crate/confik/0.15.11) ![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/confik.svg)
[![CI](https://github.com/x52dev/confik/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/confik/actions/workflows/ci.yml)