Skip to content

Commit b4b9680

Browse files
committed
chore: Release
1 parent a54afbe commit b4b9680

File tree

17 files changed

+31
-31
lines changed

17 files changed

+31
-31
lines changed

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.

PRLOG.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.1.1] - 2025-12-28
99

1010
### Changed
1111

@@ -1574,7 +1574,7 @@ emitted if a tracing subscriber is not found.
15741574
[#1476]: https://github.com/jerus-org/hcaptcha-rs/pull/1476
15751575
[#1481]: https://github.com/jerus-org/hcaptcha-rs/pull/1481
15761576
[#1483]: https://github.com/jerus-org/hcaptcha-rs/pull/1483
1577-
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.1.0...HEAD
1577+
[3.1.1]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.1.0...hcaptcha-v3.1.1
15781578
[3.1.0]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.33...v3.1.0
15791579
[3.0.33]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.32...v3.0.33
15801580
[3.0.32]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.31...v3.0.32

README.md

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

4848
```toml
4949
[dependencies]
50-
hcaptcha = "3.1.0"
50+
hcaptcha = "3.1.1"
5151

5252
```
5353

hcaptcha-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "hcaptcha-cli"
7-
version = "3.1.0"
7+
version = "3.1.1"
88
edition.workspace = true
99
publish.workspace = true
1010
rust-version.workspace = true

hcaptcha/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "hcaptcha"
77
description = """
88
hCaptcha client response verification. Validate the hCaptcha response submitted from to your server from the client.
99
"""
10-
version = "3.1.0"
10+
version = "3.1.1"
1111
authors = ["Jeremiah Russell <[email protected]>"]
1212
license = "MIT OR Apache-2.0"
1313
repository = "https://github.com/jerusdp/hcaptcha-rs"
@@ -38,7 +38,7 @@ nightly = []
3838
[dependencies]
3939
async-trait.workspace = true
4040
hex = { workspace = true, optional = true }
41-
hcaptcha_derive = { version = "3.1.0", path = "../hcaptcha_derive" }
41+
hcaptcha_derive = { version = "3.1.1", path = "../hcaptcha_derive" }
4242
reqwest.workspace = true
4343
serde_json.workspace = true
4444
serde_urlencoded.workspace = true

hcaptcha/examples/hcaptcha-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "hcaptcha-wasm"
7-
version = "3.1.0"
7+
version = "3.1.1"
88
authors = ["Jeremiah Russell <[email protected]>"]
99
edition.workspace = true
1010
rust-version.workspace = true

hcaptcha/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
//!
270270
//! ```toml
271271
//! [dependency]
272-
//! hcaptcha = { version = "3.1.0", default-features = false }
272+
//! hcaptcha = { version = "3.1.1", default-features = false }
273273
//! ```
274274
//!
275275
//! The following feature flags are available:

hcaptcha_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "hcaptcha_derive"
7-
version = "3.1.0"
7+
version = "3.1.1"
88
edition = "2018"
99
description = """
1010
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
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "mock-verifier"
7-
version = "3.1.0"
7+
version = "3.1.1"
88
rust-version.workspace = true
99
edition.workspace = true
1010
publish.workspace = true

test-suite-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "test-suite-cli"
7-
version = "3.1.0"
7+
version = "3.1.1"
88
edition.workspace = true
99
publish.workspace = true
1010
rust-version.workspace = true

0 commit comments

Comments
 (0)