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/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/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 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)