Skip to content

Commit 035fd4c

Browse files
committed
chore(acme-rfc8555): prepare release 0.1.2
1 parent 821c148 commit 035fd4c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.1.2
6+
57
- Update `reqwest` dependency to `0.12`.
68
- Minimum supported Rust version (MSRV) is now 1.72.
79

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "acme-rfc8555"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Provision certificates from ACME providers"
55
authors = [
66
"Martin Algesten <martin@algesten.se>",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<!-- prettier-ignore-start -->
66

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

1616
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)