Skip to content

Commit 17e556e

Browse files
authored
Merge pull request #1205 from jerus-org/renovate/clap-verbosity-flag-3.x
fix(deps): update rust crate clap-verbosity-flag to 3.0.1
2 parents f81f5bc + e8b30c5 commit 17e556e

File tree

3 files changed

+194
-174
lines changed

3 files changed

+194
-174
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Fixed
11+
12+
- deps: update rust crate clap-verbosity-flag to 3.0.1(pr [#1205])
13+
814
## [2.8.9] - 2024-11-23
915

1016
### Changed
@@ -543,7 +549,6 @@ Extended validation for the secret key requires it to conform to "0x" followed b
543549
The input to .sitekey(sitekey) has been changed to validate that the string slice supplied is a valid UUID.
544550

545551
The input to the .remoteip(remoteip) has been changed to validate that the string slice supplier is a valid ipv4 or ipv6 address.
546-
547552
- Logging / Tracing*
548553

549554
The previous version provided logging behind a feature flag. The log crate has been removed and replaced with tracing. Tracing has been instrumented for all public functions. Tracing is enabled by selected the "trace" feature.
@@ -552,7 +557,6 @@ Tracing is enabled at the info logging level for public methods. Additional trac
552557

553558
The trace crates log feature is enabled so that log records are
554559
emitted if a tracing subscriber is not found.
555-
556560
### Changed
557561

558562
- Rename user_ip and site_key to conform to Hcaptcha API documentation (remoteip and sitekey)
@@ -774,7 +778,9 @@ emitted if a tracing subscriber is not found.
774778
[#1193]: https://github.com/jerus-org/hcaptcha-rs/pull/1193
775779
[#1194]: https://github.com/jerus-org/hcaptcha-rs/pull/1194
776780
[#1195]: https://github.com/jerus-org/hcaptcha-rs/pull/1195
777-
[2.8.9]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.8...hcaptcha-v2.8.9
781+
[#1205]: https://github.com/jerus-org/hcaptcha-rs/pull/1205
782+
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.9...HEAD
783+
[2.8.9]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.8...v2.8.9
778784
[2.8.8]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.7...v2.8.8
779785
[2.8.7]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.6...v2.8.7
780786
[2.8.6]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.5...v2.8.6

0 commit comments

Comments
 (0)