From 78e7a1842739e28348bb57eb6ede16e245da6fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Thu, 27 Jun 2024 22:46:54 +0200 Subject: [PATCH] Update the version to 1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- acorns.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cab1206..adff4ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "acorns" -version = "0.33.1" +version = "1.0.0" dependencies = [ "askama", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index 15e965e..67e1b5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "acorns" authors = ["Marek Suchánek "] -version = "0.33.1" +version = "1.0.0" edition = "2021" # Check the Rust version using `cargo msrv verify`. rust-version = "1.70" diff --git a/acorns.spec b/acorns.spec index 5bf0cb3..eee3976 100644 --- a/acorns.spec +++ b/acorns.spec @@ -1,6 +1,6 @@ Name: acorns Summary: Generate an AsciiDoc release notes document from tracking tickets. -Version: 0.33.1 +Version: 1.0.0 Release: 1%{?dist} License: GPLv3+ URL: https://github.com/redhat-documentation/acorns