Skip to content

Commit

Permalink
chore(confik): prepare release 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Nov 10, 2023
1 parent 66e006e commit 25f5da8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"docsrs",
"impls",
"indoc",
"ipnetwork",
"msrv",
"rustc",
"rustversion",
Expand Down
4 changes: 3 additions & 1 deletion confik/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased

- Implement `Configuration` for [`ipnetwork::IpNetwork`](https://docs.rs/ipnetwork/latest/ipnetwork/enum.IpNetwork.html).
## 0.11.2

- Implement `Configuration` for [`ipnetwork::IpNetwork`](https://docs.rs/ipnetwork/0.20/ipnetwork/enum.IpNetwork.html).

## 0.11.1

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.1"
version = "0.11.2"
description = "A library for reading application configuration split across multiple sources"
authors = ["Rob Ede <robjtede@icloud.com>"]
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.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)
[![Documentation](https://docs.rs/confik/badge.svg?version=0.11.2)](https://docs.rs/confik/0.11.2)
[![dependency status](https://deps.rs/crate/confik/0.11.2/status.svg)](https://deps.rs/crate/confik/0.11.2)
![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 25f5da8

Please sign in to comment.