From 6b0a96f590feae5e14bdc93e4b48c2621bea5934 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 10:16:47 +0200 Subject: [PATCH] chore(main): release 0.1.6 (#28) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe383c..b6ff550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.6](https://github.com/bihealth/viguno/compare/v0.1.5...v0.1.6) (2023-06-19) + + +### Bug Fixes + +* docker build version in CI ([a3bdecf](https://github.com/bihealth/viguno/commit/a3bdecf9c0d7d37ebd08c08c62b565cd576833b4)) + + +### Build System + +* some small fixes to CI ([#27](https://github.com/bihealth/viguno/issues/27)) ([06177e7](https://github.com/bihealth/viguno/commit/06177e7dc0fea7029adcd213b9b6a081184e9c3c)) + ## [0.1.5](https://github.com/bihealth/viguno/compare/v0.1.4...v0.1.5) (2023-06-19) diff --git a/Cargo.lock b/Cargo.lock index 6275ca7..b54e5b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2354,7 +2354,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "viguno" -version = "0.1.5" +version = "0.1.6" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 472e780..01f8034 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viguno" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"