From 27f9570bfe274ff82373bc784d5563743a167f7d Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Fri, 22 Dec 2023 15:55:04 +0100 Subject: [PATCH] chore(main): release 0.1.7 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6ff550..e8670c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.7](https://github.com/bihealth/viguno/compare/v0.1.6...v0.1.7) (2023-12-22) + + +### Bug Fixes + +* make clippy happy about PartialOrd impls ([#96](https://github.com/bihealth/viguno/issues/96)) ([da19a5f](https://github.com/bihealth/viguno/commit/da19a5f122f51da83f344e3cf9857df3c5ebe5da)) + ## [0.1.6](https://github.com/bihealth/viguno/compare/v0.1.5...v0.1.6) (2023-06-19) diff --git a/Cargo.lock b/Cargo.lock index 870582f..5c5dcd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2368,7 +2368,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "viguno" -version = "0.1.6" +version = "0.1.7" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 558225a..0229dd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viguno" -version = "0.1.6" +version = "0.1.7" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"