From 39feb35271b1999f205136c262bc2174bf2ce873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Karpel=C3=A8s?= Date: Sun, 6 Sep 2026 01:07:08 +0900 Subject: [PATCH] chore: release v0.1.12 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3da73bd..6b36411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.12](https://github.com/KarpelesLab/rsurl/compare/v0.1.11...v0.1.12) - 2026-09-05 + +### Fixed + +- *(tls)* don't reject a leaf whose SAN carries no dNSName + +### Other + +- *(deps)* purecrypto 0.7.0 -> 0.8.1, puressh 0.1.4 -> 0.1.5 + ## [0.1.11](https://github.com/KarpelesLab/rsurl/compare/v0.1.10...v0.1.11) - 2026-09-03 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 0538421..b1f510b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsurl" -version = "0.1.11" +version = "0.1.12" edition = "2021" rust-version = "1.89" authors = ["Karpelès Lab Inc."]