# Changelog 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] ### Dependency Updates * Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2 ([#547]) * Updated [`reqwest`](https://github.com/seanmonstar/reqwest) from 0.11.13 to 0.11.14 ([#549]) * Updated [`ructe`](https://github.com/kaj/ructe) from 0.15.0 to 0.16.1 ([#559]) [#547]: https://github.com/vbrandl/hoc/pull/547 [#559]: https://github.com/vbrandl/hoc/pull/559 ## [0.30.0] 2023-01-16 ### New Features * Allow customization of the badge label ([#546]) ### Dependency Updates * Updated [`tracing-actix-web`](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.1 to 0.7.2 ([#542]) * Updated [`git2`](https://github.com/rust-lang/git2-rs) from 0.15.0 to 0.16.0 ([#544]) [#542]: https://github.com/vbrandl/hoc/pull/542 [#544]: https://github.com/vbrandl/hoc/pull/544 [#546]: https://github.com/vbrandl/hoc/pull/546 ## [0.29.0] 2023-01-07 ### Dependency Updates * Updated [`badgers`](https://github.com/vbrandl/badgers) from 1.0.0 to 1.1.0 ([#530]) * Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.90 to 1.0.91 ([#531]) * Updated [`vergen`](https://github.com/rustyhorde/vergen) from 7.3.1 to 7.4.4 ([#533]) * Updated [`tracing-actix-web`](https://github.com/LukeMathWalker/tracing-actix-web) from 0.6.2 to 0.7.1 ([#534]) * Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.151 to 1.0.152 ([#535]) * Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.23.1 ([#536]) * Updated [`vergen`](https://github.com/rustyhorde/vergen) from 7.4.4 to 7.5.0 ([#537]) * Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.24.1 ([#539]) [#530]: https://github.com/vbrandl/hoc/pull/530 [#531]: https://github.com/vbrandl/hoc/pull/531 [#533]: https://github.com/vbrandl/hoc/pull/533 [#534]: https://github.com/vbrandl/hoc/pull/534 [#535]: https://github.com/vbrandl/hoc/pull/535 [#536]: https://github.com/vbrandl/hoc/pull/536 [#537]: https://github.com/vbrandl/hoc/pull/537 [#539]: https://github.com/vbrandl/hoc/pull/539 ## [0.28.0] 2022-12-18 ### Fixes * Fixed clippy lint `needless_borrow` ([#526]) ### Dependency Updates * Updated [`bytes`](https://github.com/tokio-rs/bytes) from 1.2.1 to 1.3.0 ([#519]) * Updated [`config`](https://github.com/mehcode/config-rs) from 0.13.2 to 0.13.3 ([#522]) * Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.88 to 1.0.90 ([#527]) * Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.147 to 1.0.151 ([#528]) [#519]: https://github.com/vbrandl/hoc/pull/519 [#522]: https://github.com/vbrandl/hoc/pull/522 [#526]: https://github.com/vbrandl/hoc/pull/526 [#527]: https://github.com/vbrandl/hoc/pull/527 [#528]: https://github.com/vbrandl/hoc/pull/528 ## [0.27.0] 2022-10-21 ### Dependency Updates * Updated [`futures`](https://github.com/rust-lang/futures-rs) from 0.3.24 to 0.3.25 ([#511]) * Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87 ([#510]) * Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.147 ([#512]) * Updated [`tracing-actix-web`](https://github.com/LukeMathWalker/tracing-actix-web) from 0.6.1 to 0.6.2 ([#513]) * Updated [`reqwest`](https://github.com/seanmonstar/reqwest) from 0.11.12 to 0.11.13 ([#515]) * Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.22.0 ([#516]) * Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.87 to 1.0.88 ([#517]) ### Fixes * Fix clippy lint `needless-borrow` ([#514]) [#511]: https://github.com/vbrandl/hoc/pull/511 [#510]: https://github.com/vbrandl/hoc/pull/510 [#512]: https://github.com/vbrandl/hoc/pull/512 [#513]: https://github.com/vbrandl/hoc/pull/513 [#514]: https://github.com/vbrandl/hoc/pull/514 [#515]: https://github.com/vbrandl/hoc/pull/515 [#516]: https://github.com/vbrandl/hoc/pull/516 [#517]: https://github.com/vbrandl/hoc/pull/517 ## [0.26.0] 2022-10-03 ### Changed * Updated [`tracing-subscriber`](https://github.com/tokio-rs/tracing) from 0.3.15 to 0.3.16 ([#501]) * Updated [`tracing`](https://github.com/tokio-rs/tracing) from 0.1.36 to 0.1.37 ([#502]) * Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.85 to 1.0.86 ([#503]) * Updated [`tracing-bunyan-formatter`](https://github.com/LukeMathWalker/tracing-bunyan-formatter) from 0.3.3 to 0.3.4 ([#504]) * Updated [`dotenvy`](https://github.com/allan2/dotenvy) from 0.15.5 to 0.15.6 ([#508]) [#501]: https://github.com/vbrandl/hoc/pull/501 [#502]: https://github.com/vbrandl/hoc/pull/502 [#503]: https://github.com/vbrandl/hoc/pull/503 [#504]: https://github.com/vbrandl/hoc/pull/504 [#508]: https://github.com/vbrandl/hoc/pull/508