File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22name = " acme-rfc8555"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " Provision certificates from ACME providers"
55authors = [
66 " Martin Algesten <martin@algesten.se>" ,
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments