Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency toolkit to v2.0.4 #1249

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parameters:
description: "If true, the make release treats as workspace."

orbs:
toolkit: jerus-org/[email protected].0
toolkit: jerus-org/[email protected].4

executors:
rust_env:
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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]

### Fixed

- deps: update dependency toolkit to v2.0.4(pr [#1249])

## [3.0.5] - 2025-01-18

### Fixed
Expand Down Expand Up @@ -935,7 +941,9 @@ emitted if a tracing subscriber is not found.
[#1246]: https://github.com/jerus-org/hcaptcha-rs/pull/1246
[#1247]: https://github.com/jerus-org/hcaptcha-rs/pull/1247
[#1248]: https://github.com/jerus-org/hcaptcha-rs/pull/1248
[3.0.5]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.4...hcaptcha-v3.0.5
[#1249]: https://github.com/jerus-org/hcaptcha-rs/pull/1249
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.5...HEAD
[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
[3.0.2]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.1...v3.0.2
Expand Down