From aec200bc6fb63f5d953639a2140f02e9f6406971 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 18:53:00 +0000 Subject: [PATCH 1/2] chore(confik): release v0.15.13 --- Cargo.lock | 2 +- confik/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 947d5d6..1a6991a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,7 +240,7 @@ dependencies = [ [[package]] name = "confik" -version = "0.15.12" +version = "0.15.13" dependencies = [ "ahash 0.8.12", "anyhow", diff --git a/confik/Cargo.toml b/confik/Cargo.toml index 1885857..82b9942 100644 --- a/confik/Cargo.toml +++ b/confik/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "confik" -version = "0.15.12" +version = "0.15.13" description = "Compose configuration from multiple sources without giving up type safety" authors.workspace = true keywords.workspace = true From 6e73410bb76cd5d066f3c3a77c26832383884ad0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 18:53:04 +0000 Subject: [PATCH 2/2] docs: update changelog versions --- confik/CHANGELOG.md | 4 ++++ confik/README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/confik/CHANGELOG.md b/confik/CHANGELOG.md index dd1a930..dccfcde 100644 --- a/confik/CHANGELOG.md +++ b/confik/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.15.13 + +- No significant changes since `0.15.12`. + ## 0.15.12 - Add Corn source support behind new crate feature `corn-0_10` (off-by-default). diff --git a/confik/README.md b/confik/README.md index 5376a0e..63c61c8 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.12)](https://docs.rs/confik/0.15.12) -[![dependency status](https://deps.rs/crate/confik/0.15.12/status.svg)](https://deps.rs/crate/confik/0.15.12) +[![Documentation](https://docs.rs/confik/badge.svg?version=0.15.13)](https://docs.rs/confik/0.15.13) +[![dependency status](https://deps.rs/crate/confik/0.15.13/status.svg)](https://deps.rs/crate/confik/0.15.13) ![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)