Skip to content

Commit

Permalink
chore(acme-rfc8555): prepare release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed May 25, 2024
1 parent 821c148 commit 035fd4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.1.2

- Update `reqwest` dependency to `0.12`.
- Minimum supported Rust version (MSRV) is now 1.72.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "acme-rfc8555"
version = "0.1.1"
version = "0.1.2"
description = "Provision certificates from ACME providers"
authors = [
"Martin Algesten <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<!-- prettier-ignore-start -->

[![crates.io](https://img.shields.io/crates/v/acme-rfc8555?label=latest)](https://crates.io/crates/acme-rfc8555)
[![Documentation](https://docs.rs/acme-rfc8555/badge.svg)](https://docs.rs/acme-rfc8555/0.1.1)
[![Documentation](https://docs.rs/acme-rfc8555/badge.svg)](https://docs.rs/acme-rfc8555/0.1.2)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/acme-rfc8555.svg)
<br />
[![CI](https://github.com/x52dev/acme-rfc8555/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/acme-rfc8555/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/x52dev/acme-rfc8555/branch/main/graph/badge.svg)](https://codecov.io/gh/x52dev/acme-rfc8555)
[![dependency status](https://deps.rs/crate/acme-rfc8555/0.1.1/status.svg)](https://deps.rs/crate/acme-rfc8555/0.1.1)
[![dependency status](https://deps.rs/crate/acme-rfc8555/0.1.2/status.svg)](https://deps.rs/crate/acme-rfc8555/0.1.2)
[![Download](https://img.shields.io/crates/d/acme-rfc8555.svg)](https://crates.io/crates/acme-rfc8555)

<!-- prettier-ignore-end -->
Expand Down

0 comments on commit 035fd4c

Please sign in to comment.