Skip to content

Commit dbf1cdb

Browse files
committed
chore(confik): prepare release 0.11.1
1 parent 07e68d2 commit dbf1cdb

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

confik/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.11.1
6+
57
- Parsing of database kind is now case-insensitive.
68
- Minimum supported Rust version (MSRV) is now 1.67 due to `toml_edit` dependency.
79

confik/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "confik"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
description = "A library for reading application configuration split across multiple sources"
55
authors = ["Rob Ede <[email protected]>"]
66
keywords = ["parser", "serde", "utility", "config"]

confik/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<!-- prettier-ignore-start -->
44

55
[![crates.io](https://img.shields.io/crates/v/confik?label=latest)](https://crates.io/crates/confik)
6-
[![Documentation](https://docs.rs/confik/badge.svg?version=0.11.0)](https://docs.rs/confik/0.11.0)
7-
[![dependency status](https://deps.rs/crate/confik/0.11.0/status.svg)](https://deps.rs/crate/confik/0.11.0)
6+
[![Documentation](https://docs.rs/confik/badge.svg?version=0.11.1)](https://docs.rs/confik/0.11.1)
7+
[![dependency status](https://deps.rs/crate/confik/0.11.1/status.svg)](https://deps.rs/crate/confik/0.11.1)
88
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/confik.svg)
99
<br />
1010
[![CI](https://github.com/x52dev/confik/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/confik/actions/workflows/ci.yml)

0 commit comments

Comments
 (0)