Skip to content

Commit

Permalink
chore(confik): prepare release 0.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Sep 20, 2024
1 parent 435ffeb commit f33c32a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
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: 3 additions & 1 deletion confik/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

## Unreleased

- Minimum supported Rust version (MSRV) is now 1.67 due to `toml_edit` dependency.
## 0.11.8

- Implement `Configuration` for [`chrono::NaiveDateTime`](https://docs.rs/chrono/0.4/chrono/naive/struct.NaiveDateTime.html)
- Minimum supported Rust version (MSRV) is now 1.67 due to transitive `toml_edit` dependency.

## 0.11.7

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.7"
version = "0.11.8"
description = "A library for reading application configuration split across multiple sources"
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.11.7)](https://docs.rs/confik/0.11.7)
[![dependency status](https://deps.rs/crate/confik/0.11.7/status.svg)](https://deps.rs/crate/confik/0.11.7)
[![Documentation](https://docs.rs/confik/badge.svg?version=0.11.8)](https://docs.rs/confik/0.11.8)
[![dependency status](https://deps.rs/crate/confik/0.11.8/status.svg)](https://deps.rs/crate/confik/0.11.8)
![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 f33c32a

Please sign in to comment.