Skip to content

Commit 6cf0281

Browse files
committed
chore: Release
1 parent 180185c commit 6cf0281

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.24] - 2025-05-01
99

1010
### Changed
1111

@@ -1242,7 +1242,7 @@ emitted if a tracing subscriber is not found.
12421242
[#1346]: https://github.com/jerus-org/hcaptcha-rs/pull/1346
12431243
[#1347]: https://github.com/jerus-org/hcaptcha-rs/pull/1347
12441244
[#1348]: https://github.com/jerus-org/hcaptcha-rs/pull/1348
1245-
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.23...HEAD
1245+
[3.0.24]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.23...hcaptcha-v3.0.24
12461246
[3.0.23]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.22...v3.0.23
12471247
[3.0.22]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.21...v3.0.22
12481248
[3.0.21]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.20...v3.0.21

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.23"
37+
hcaptcha = "3.0.24"
3838

3939
```
4040

hcaptcha/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.23"
6+
version = "3.0.24"
77
authors = ["Jeremiah Russell <[email protected]>"]
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/jerusdp/hcaptcha-rs"

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.23", default-features = false }
268+
//! hcaptcha = { version = "3.0.24", default-features = false }
269269
//! ```
270270
//!
271271
//! The following feature flags are available:

0 commit comments

Comments
 (0)