From ac2c307a0788d1ffef9cc022ab8aec020d4250fd Mon Sep 17 00:00:00 2001 From: John Norwood Date: Sun, 30 Jun 2024 17:17:10 +0100 Subject: [PATCH] Release version 2024.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48fcad4..ff55968 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -512,7 +512,7 @@ dependencies = [ [[package]] name = "bolas" -version = "2024.1.0" +version = "2024.6.0" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 9a0d010..3b29151 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = [ ] [workspace.package] -version = "2024.1.0" +version = "2024.6.0" edition = "2018" authors = ["John Norwood"] diff --git a/debian/changelog b/debian/changelog index 4c46d27..c956c54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bolas (2024.6.0) jammy; urgency=medium + + * feat: Adds homepage with a project description and adds a gif to the README + + -- John Norwood Sun, 30 Jun 2024 17:16:46 +0100 + bolas (2024.1.0) jammy; urgency=medium * feat: adds foundations and uses its settings crate to configure the application instead of clap