Skip to content

Commit

Permalink
chore(confik): prepare release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Nov 3, 2023
1 parent 07e68d2 commit dbf1cdb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions confik/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.11.1

- Parsing of database kind is now case-insensitive.
- Minimum supported Rust version (MSRV) is now 1.67 due to `toml_edit` dependency.

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.11.0"
version = "0.11.1"
description = "A library for reading application configuration split across multiple sources"
authors = ["Rob Ede <[email protected]>"]
keywords = ["parser", "serde", "utility", "config"]
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.11.0)](https://docs.rs/confik/0.11.0)
[![dependency status](https://deps.rs/crate/confik/0.11.0/status.svg)](https://deps.rs/crate/confik/0.11.0)
[![Documentation](https://docs.rs/confik/badge.svg?version=0.11.1)](https://docs.rs/confik/0.11.1)
[![dependency status](https://deps.rs/crate/confik/0.11.1/status.svg)](https://deps.rs/crate/confik/0.11.1)
![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

0 comments on commit dbf1cdb

Please sign in to comment.