Skip to content

Commit 42ecb13

Browse files
committed
chore(acme-rfc8555): prepare release 0.1.1
1 parent 4b3b97a commit 42ecb13

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.1
6+
57
- Ensure domains remain in original order throughout processing.
68
- Built-in HTTP client now uses `rustls` and `webpki-roots` by default. Disable default features to regain control `reqwest`'s crate features.
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.0"
3+
version = "0.1.1"
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.0.2)
8+
[![Documentation](https://docs.rs/acme-rfc8555/badge.svg)](https://docs.rs/acme-rfc8555/0.1.1)
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.0.2/status.svg)](https://deps.rs/crate/acme-rfc8555/0.0.2)
13+
[![dependency status](https://deps.rs/crate/acme-rfc8555/0.1.1/status.svg)](https://deps.rs/crate/acme-rfc8555/0.1.1)
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)