Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jerus-bot committed Jan 25, 2025
1 parent f556076 commit a4b7d7a
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [3.0.6] - 2025-01-25

### Fixed

Expand Down Expand Up @@ -966,7 +966,7 @@ emitted if a tracing subscriber is not found.
[#1259]: https://github.com/jerus-org/hcaptcha-rs/pull/1259
[#1260]: https://github.com/jerus-org/hcaptcha-rs/pull/1260
[#1261]: https://github.com/jerus-org/hcaptcha-rs/pull/1261
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.5...HEAD
[3.0.6]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.5...hcaptcha-v3.0.6
[3.0.5]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.4...v3.0.5
[3.0.4]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.3...v3.0.4
[3.0.3]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.2...v3.0.3
Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To use hcaptcha, add the following to your `Cargo.toml`:

```toml
[dependencies]
hcaptcha = "3.0.5"
hcaptcha = "3.0.6"

```

Expand Down
2 changes: 1 addition & 1 deletion hcaptcha-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hcaptcha-cli"
version = "3.0.5"
version = "3.0.6"
edition.workspace = true
publish.workspace = true
rust-version.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions hcaptcha/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "hcaptcha"
description = """
hCaptcha client response verification. Validate the hCaptcha response submitted from to your server from the client.
"""
version = "3.0.5"
version = "3.0.6"
authors = ["Jeremiah Russell <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jerusdp/hcaptcha-rs"
Expand Down Expand Up @@ -34,7 +34,7 @@ nightly = []
[dependencies]
async-trait.workspace = true
hex = { workspace = true, optional = true }
hcaptcha_derive = { version = "3.0.5", path = "../hcaptcha_derive" }
hcaptcha_derive = { version = "3.0.6", path = "../hcaptcha_derive" }
reqwest.workspace = true
serde_json.workspace = true
serde_urlencoded.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion hcaptcha/examples/hcaptcha-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hcaptcha-wasm"
version = "3.0.5"
version = "3.0.6"
authors = ["Jeremiah Russell <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion hcaptcha/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
//!
//! ```toml
//! [dependency]
//! hcaptcha = { version = "3.0.5", default-features = false }
//! hcaptcha = { version = "3.0.6", default-features = false }
//! ```
//!
//! The following feature flags are available:
Expand Down
2 changes: 1 addition & 1 deletion hcaptcha_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hcaptcha_derive"
version = "3.0.5"
version = "3.0.6"
edition = "2018"
description = """
Derive macro for hCaptcha. Please use hcaptcha crate.
Expand Down
2 changes: 1 addition & 1 deletion mock-verifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mock-verifier"
version = "3.0.5"
version = "3.0.6"
rust-version.workspace = true
edition.workspace = true
publish.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion test-suite-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-suite-cli"
version = "3.0.5"
version = "3.0.6"
edition.workspace = true
publish.workspace = true
rust-version.workspace = true
2 changes: 1 addition & 1 deletion test-suite-default/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-suite-default"
version = "3.0.5"
version = "3.0.6"
edition.workspace = true
publish = false
rust-version = "1.75"
Expand Down
2 changes: 1 addition & 1 deletion test-suite-enterprise/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-suite-enterprise"
version = "3.0.5"
version = "3.0.6"
edition.workspace = true
publish.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion test-suite-native-only/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-suite-native-only"
version = "3.0.5"
version = "3.0.6"
edition.workspace = true
publish.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion test-suite-no-default/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-suite-no-default"
version = "3.0.5"
version = "3.0.6"
edition.workspace = true
publish.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion test-suite-rustls-only/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-suite-rustls-only"
version = "3.0.5"
version = "3.0.6"
edition = "2021"
publish = false
rust-version = "1.75"
Expand Down
2 changes: 1 addition & 1 deletion test-suite-trace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-suite-trace"
version = "3.0.5"
version = "3.0.6"
edition.workspace = true
publish.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion test-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-wasm"
version = "3.0.5"
version = "3.0.6"
authors = ["Jeremiah Russell <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit a4b7d7a

Please sign in to comment.