Skip to content

Commit

Permalink
Prepare 0.100.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and ctz committed Mar 28, 2023
1 parent 974a614 commit e7fd5e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ license-file = "LICENSE"
name = "rustls-webpki"
readme = "README.md"
repository = "https://github.com/rustls/webpki"
version = "0.100.0"
version = "0.100.1"

include = [
"Cargo.toml",
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ not confusingly overlap with `webpki` versions.
Changelog
---------

* 0.100.1 (2023-03-28)
- Relax constraint on serial number length.
* 0.100.0 (2023-03-13) - first release of `rustls-webpki` crate.
- Allow verification of certificates with IP address subjectAltNames.
`EndEntityCert::verify_is_valid_for_subject_name` was added, and
Expand Down

0 comments on commit e7fd5e7

Please sign in to comment.