Bump version to 0.3.0 and improve workflows by adding docs job, integrating documentation checks into release.yml, and enhancing trusted publishing process.

This commit is contained in:
geoffsee
2025-08-15 10:44:20 -04:00
parent 4b6e203d2b
commit 5165fe791a
5 changed files with 86 additions and 81 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "hyper-custom-cert"
version = "0.2.2"
version = "0.3.0"
edition = "2024"
description = "A small, ergonomic HTTP client wrapper around hyper with optional support for custom Root CAs and a dev-only insecure mode for self-signed certificates."
license = "MIT OR Apache-2.0"