Files
rust-audit-check/CHANGELOG.md
T
svartalf 35b7b53b1e
Continuous integration / main (push) Failing after 18s
Release v1.2.0
2020-05-07 11:00:43 +03:00

670 B

Changelog

All notable changes to this project will be documented in this file.

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

[1.2.0] - 2020-05-07

Fixed

  • Compatibility with latest cargo-audit == 0.12 JSON output (#115)
  • Do not fail check if no critical vulnerabilities were found when executed for a fork repository (closes #104)

[1.1.0]

Fixed

  • Invalid input properly terminates Action execution (#1)
  • Compatibility with new cargo-audit JSON output (#70)

[1.0.0] - 2019-10-09

Added

  • First public version