hoc/CHANGELOG.md

75 lines
2.9 KiB
Markdown
Raw Normal View History

2022-10-11 09:04:00 +02:00
# 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]
2022-12-19 10:56:14 +01:00
### Dependency Updates
* Updated [`badgers`](https://github.com/vbrandl/badgers) from 1.0.0 to 1.1.0 ([#530])
[#530]: https://github.com/vbrandl/hoc/pull/530
2022-12-18 09:57:52 +01:00
## [0.28.0] 2022-12-18
2022-12-18 08:52:05 +01:00
### Fixes
2022-12-18 09:02:08 +01:00
* Fixed clippy lint `needless_borrow` ([#526])
2022-12-18 08:52:05 +01:00
2022-11-22 10:02:48 +01:00
### Dependency Updates
* Updated [`bytes`](https://github.com/tokio-rs/bytes) from 1.2.1 to 1.3.0 ([#519])
2022-12-18 09:02:08 +01:00
* Updated [`config`](https://github.com/mehcode/config-rs) from 0.13.2 to 0.13.3 ([#522])
2022-12-18 09:23:30 +01:00
* 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])
2022-11-22 10:02:48 +01:00
[#519]: https://github.com/vbrandl/hoc/pull/519
2022-12-18 09:02:08 +01:00
[#522]: https://github.com/vbrandl/hoc/pull/522
2022-12-18 08:52:05 +01:00
[#526]: https://github.com/vbrandl/hoc/pull/526
2022-12-18 09:13:17 +01:00
[#527]: https://github.com/vbrandl/hoc/pull/527
2022-12-18 09:23:30 +01:00
[#528]: https://github.com/vbrandl/hoc/pull/528
2022-11-21 10:52:30 +01:00
## [0.27.0] 2022-10-21
2022-11-17 11:15:22 +01:00
### Dependency Updates
2022-10-20 11:08:59 +02:00
* 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])
2022-10-24 09:44:17 +02:00
* Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.147 ([#512])
2022-11-21 09:59:59 +01:00
* Updated [`tracing-actix-web`](https://github.com/LukeMathWalker/tracing-actix-web) from 0.6.1 to 0.6.2 ([#513])
2022-11-17 11:15:22 +01:00
* Updated [`reqwest`](https://github.com/seanmonstar/reqwest) from 0.11.12 to 0.11.13 ([#515])
2022-11-22 10:02:48 +01:00
* Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.22.0 ([#516])
2022-11-21 09:59:59 +01:00
* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.87 to 1.0.88 ([#517])
2022-11-17 11:15:22 +01:00
### Fixes
2022-11-05 12:20:28 +01:00
* Fix clippy lint `needless-borrow` ([#514])
2022-10-20 10:28:49 +02:00
[#511]: https://github.com/vbrandl/hoc/pull/511
2022-10-20 11:08:59 +02:00
[#510]: https://github.com/vbrandl/hoc/pull/510
2022-10-24 09:44:17 +02:00
[#512]: https://github.com/vbrandl/hoc/pull/512
2022-10-31 10:39:48 +01:00
[#513]: https://github.com/vbrandl/hoc/pull/513
2022-11-05 12:20:28 +01:00
[#514]: https://github.com/vbrandl/hoc/pull/514
2022-11-17 11:15:22 +01:00
[#515]: https://github.com/vbrandl/hoc/pull/515
2022-11-21 10:40:08 +01:00
[#516]: https://github.com/vbrandl/hoc/pull/516
2022-11-21 09:59:59 +01:00
[#517]: https://github.com/vbrandl/hoc/pull/517
2022-10-20 11:08:59 +02:00
2022-10-20 10:28:49 +02:00
2022-10-18 12:19:17 +02:00
## [0.26.0] 2022-10-03
2022-10-11 09:04:00 +02:00
### Changed
2022-10-11 10:35:14 +02:00
* 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])
2022-10-11 09:04:00 +02:00
* Updated [`tracing-bunyan-formatter`](https://github.com/LukeMathWalker/tracing-bunyan-formatter) from 0.3.3 to 0.3.4 ([#504])
2022-10-18 11:37:20 +02:00
* Updated [`dotenvy`](https://github.com/allan2/dotenvy) from 0.15.5 to 0.15.6 ([#508])
2022-10-11 09:04:00 +02:00
2022-10-11 10:35:14 +02:00
[#501]: https://github.com/vbrandl/hoc/pull/501
[#502]: https://github.com/vbrandl/hoc/pull/502
[#503]: https://github.com/vbrandl/hoc/pull/503
2022-10-11 09:04:00 +02:00
[#504]: https://github.com/vbrandl/hoc/pull/504
2022-10-18 11:37:20 +02:00
[#508]: https://github.com/vbrandl/hoc/pull/508