hoc/CHANGELOG.md
2024-07-08 04:25:36 +00:00

18 KiB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Dependencies

[0.36.0] 2023-11-17

Dependencies

  • Bump serde from 1.0.160 to 1.0.192 (#613, #617, #627, #636, #639, #640, #645, #648, #650, #652, #653, #654, #655, #657, #669, #687, #692, #698)
  • Bump actions/cache from 2 to 3 (#616)
  • Bump tokio from 1.28.0 to 1.34.0 (#618, #625, #633, #634, #659, #660, #665, #686, #699)
  • Bump reqwest from 0.11.17 to 0.11.22 (#619, #672, #683, #684)
  • Bump vergen from 8.1.3 to 8.2.6 (#621, #622, #635, #638, #679, #697)
  • Bump tracing-actix-web from 0.7.4 to 0.7.9 (#623, #656, #682, #690, #701)
  • Bump git2 from 0.17.1 to 0.18.1 (#624, #674, #681)
  • Bump tempfile from 3.5.0 to 3.8.1 (#626, #646, #658, #667, #695)
  • Bump serde_json from 1.0.96 to 1.0.108 (#630, #632, #637, #641, #644, #649, #663, #678, #680, #696)
  • Bump openssl from 0.10.50 to 0.10.55 (#631)
  • Bump tracing-bunyan-formatter from 0.3.7 to 0.3.9 (#642, #661)
  • Bump anyhow from 1.0.71 to 1.0.75 (#643, #662, #664)
  • Bump ructe from 0.16.1 to 0.17.0 (#647)
  • Bump actix-rt from 2.8.0 to 2.9.0 (#670)
  • Bump actix-web from 4.3.1 to 4.4.0 (#673)
  • Bump awc from 3.1.1 to 3.2.0 (#675)
  • Bump actions/checkout from 3 to 4 (#676)
  • Bump bytes from 1.4.0 to 1.5.0 (#677)
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 (#685)
  • Bump tracing from 0.1.37 to 0.1.40 (#688, #689)
  • Bump tracing-log from 0.1.3 to 0.2.0 (#691, #693)
  • Bump futures from 0.3.28 to 0.3.29 (#694)
  • Bump tracing-subscriber from 0.3.17 to 0.3.18 (#702)

[0.35.0] 2023-05-04

[0.34.0] 2023-04-13

[0.33.0] 2023-03-16

[0.32.0] 2023-03-06

[0.31.0] 2023-02-13

Dependency Updates

[0.30.0] 2023-01-16

New Features

  • Allow customization of the badge label (#546)

Dependency Updates

[0.29.0] 2023-01-07

Dependency Updates

[0.28.0] 2022-12-18

Fixes

  • Fixed clippy lint needless_borrow (#526)

Dependency Updates

[0.27.0] 2022-10-21

Dependency Updates

Fixes

  • Fix clippy lint needless-borrow (#514)

[0.26.0] 2022-10-03

Changed