File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ commands:
4040 parameters :
4141 pcu_verbosity :
4242 type : string
43- default : " -vvvvv "
43+ default : " -vv "
4444 description : " The verbosity of the pcu command"
4545 pcu_update_changelog :
4646 type : boolean
@@ -463,5 +463,5 @@ workflows:
463463 min_rust_version : << pipeline.parameters.min-rust-version >>
464464 pcu_workspace : << pipeline.parameters.pcu_workspace >>
465465 update_pcu : true
466- pcu_verbosity : " -vvvvv"
466+ # pcu_verbosity: "-vvvvv"
467467 publish : false
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased]
9+
10+ ### Changed
11+
12+ - chore(ci)-update default verbosity level in CircleCI config(pr [ #1152 ] )
13+
814## [ 2.7.8] - 2024-10-24
915
1016### Changed
@@ -620,7 +626,9 @@ emitted if a tracing subscriber is not found.
620626[ #1148 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1148
621627[ #1150 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1150
622628[ #1151 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1151
623- [ 2.7.8 ] : https://github.com/jerus-org/hcaptcha-rs/compare/v2.7.7...hcaptcha-v2.7.8
629+ [ #1152 ] : https://github.com/jerus-org/hcaptcha-rs/pull/1152
630+ [ Unreleased ] : https://github.com/jerus-org/hcaptcha-rs/compare/v2.7.8...HEAD
631+ [ 2.7.8 ] : https://github.com/jerus-org/hcaptcha-rs/compare/v2.7.7...v2.7.8
624632[ 2.7.7 ] : https://github.com/jerus-org/hcaptcha-rs/compare/v2.7.6...v2.7.7
625633[ 2.7.6 ] : https://github.com/jerus-org/hcaptcha-rs/compare/v2.7.5...v2.7.6
626634[ 2.7.5 ] : https://github.com/jerus-org/hcaptcha-rs/compare/v2.7.4...v2.7.5
You can’t perform that action at this time.
0 commit comments