Release v1.2.0
Continuous integration / main (push) Failing after 18s

This commit is contained in:
svartalf
2020-05-07 11:00:43 +03:00
parent d6b76c84eb
commit 35b7b53b1e
7 changed files with 75 additions and 67 deletions
+3 -2
View File
@@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
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).
## [1.2.0]
## [1.2.0] - 2020-05-07
### Fixed
- Do not fail check if no critical vulnerabilities were found when executed for a fork repository (closes #104)
- 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]