From feb27c86e977e3832f766fe04308c1acb7709172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Tue, 16 Aug 2022 00:28:19 +0200 Subject: [PATCH] Update the version to 0.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 131df33..4c2fdd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,7 +184,7 @@ dependencies = [ [[package]] name = "cizrna" -version = "0.10.1" +version = "0.11.0" dependencies = [ "askama", "bugzilla_query", diff --git a/Cargo.toml b/Cargo.toml index 32d6ab8..5a15e37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cizrna" authors = ["Marek Suchánek "] -version = "0.10.1" +version = "0.11.0" edition = "2021" # Check the Rust version using `cargo msrv verify`. rust-version = "1.57"