From bed799f4ce6cdac743e6dc5fba30c852bd355b1b Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 16 Sep 2024 18:39:47 -0400 Subject: [PATCH] bump --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 962505d..eb4f64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.2.4 - 2024-09-16 + +### Fixes + +- Fix build with Rust 1.80 + ## v0.2.3 - 2023-07-31 ### Features diff --git a/Cargo.lock b/Cargo.lock index a8156df..2fb76de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1117,7 +1117,7 @@ dependencies = [ [[package]] name = "sagoin" -version = "0.2.3" +version = "0.2.4" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 77af0a0..e879ad6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sagoin" -version = "0.2.3" +version = "0.2.4" authors = ["figsoda "] edition = "2021" description = "A command-line submission tool for the UMD CS Submit Server"