Skip to content

Commit d2d3538

Browse files
committed
chore: Release
1 parent a187336 commit d2d3538

File tree

17 files changed

+31
-31
lines changed

17 files changed

+31
-31
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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]
8+
## [3.0.22] - 2025-04-30
99

1010
### Changed
1111

@@ -1224,7 +1224,7 @@ emitted if a tracing subscriber is not found.
12241224
[#1341]: https://github.com/jerus-org/hcaptcha-rs/pull/1341
12251225
[#1342]: https://github.com/jerus-org/hcaptcha-rs/pull/1342
12261226
[#1344]: https://github.com/jerus-org/hcaptcha-rs/pull/1344
1227-
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.21...HEAD
1227+
[3.0.22]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.21...hcaptcha-v3.0.22
12281228
[3.0.21]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.20...v3.0.21
12291229
[3.0.20]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.19...v3.0.20
12301230
[3.0.19]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.18...v3.0.19

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To use hcaptcha, add the following to your `Cargo.toml`:
3434

3535
```toml
3636
[dependencies]
37-
hcaptcha = "3.0.21"
37+
hcaptcha = "3.0.22"
3838

3939
```
4040

hcaptcha-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hcaptcha-cli"
3-
version = "3.0.21"
3+
version = "3.0.22"
44
edition.workspace = true
55
publish.workspace = true
66
rust-version.workspace = true

hcaptcha/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "hcaptcha"
33
description = """
44
hCaptcha client response verification. Validate the hCaptcha response submitted from to your server from the client.
55
"""
6-
version = "3.0.21"
6+
version = "3.0.22"
77
authors = ["Jeremiah Russell <[email protected]>"]
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/jerusdp/hcaptcha-rs"
@@ -34,7 +34,7 @@ nightly = []
3434
[dependencies]
3535
async-trait.workspace = true
3636
hex = { workspace = true, optional = true }
37-
hcaptcha_derive = { version = "3.0.21", path = "../hcaptcha_derive" }
37+
hcaptcha_derive = { version = "3.0.22", path = "../hcaptcha_derive" }
3838
reqwest.workspace = true
3939
serde_json.workspace = true
4040
serde_urlencoded.workspace = true

hcaptcha/examples/hcaptcha-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hcaptcha-wasm"
3-
version = "3.0.21"
3+
version = "3.0.22"
44
authors = ["Jeremiah Russell <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

hcaptcha/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
//!
266266
//! ```toml
267267
//! [dependency]
268-
//! hcaptcha = { version = "3.0.21", default-features = false }
268+
//! hcaptcha = { version = "3.0.22", default-features = false }
269269
//! ```
270270
//!
271271
//! The following feature flags are available:

hcaptcha_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hcaptcha_derive"
3-
version = "3.0.21"
3+
version = "3.0.22"
44
edition = "2018"
55
description = """
66
Derive macro for hCaptcha. Please use hcaptcha crate.

mock-verifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mock-verifier"
3-
version = "3.0.21"
3+
version = "3.0.22"
44
rust-version.workspace = true
55
edition.workspace = true
66
publish.workspace = true

test-suite-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-suite-cli"
3-
version = "3.0.21"
3+
version = "3.0.22"
44
edition.workspace = true
55
publish.workspace = true
66
rust-version.workspace = true

0 commit comments

Comments
 (0)