hoc/CHANGELOG.md
2023-08-27 12:55:45 +00:00

13 KiB

Changelog

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

[Unreleased]

Dependencies

  • Bump serde from 1.0.160 to 1.0.188 (#613, #617, #627, #636, #639, #640, #645, #648, #650, #652, #653, #654, #655, #657, #669)
  • Bump actions/cache from 2 to 3 (#616)
  • Bump tokio from 1.28.0 to 1.32.0 (#618, #625, #633, #634, #659, #660, #665)
  • Bump reqwest from 0.11.17 to 0.11.18 (#619)
  • Bump vergen from 8.1.3 to 8.2.4 (#621, #622, #635, #638)
  • Bump tracing-actix-web from 0.7.4 to 0.7.6 (#623, #656)
  • Bump git2 from 0.17.1 to 0.17.2 (#624)
  • Bump tempfile from 3.5.0 to 3.8.0 (#626, #646, #658, #667)
  • Bump serde_json from 1.0.96 to 1.0.105 (#630, #632, #637, #641, #644, #649, #663)
  • 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)

[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