Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions confik/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion confik/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions confik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<!-- prettier-ignore-start -->

[![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)
<br />
[![CI](https://github.com/x52dev/confik/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/confik/actions/workflows/ci.yml)
Expand Down