From: Scott Worley Date: Sun, 7 Apr 2024 13:18:13 +0000 (-0700) Subject: Release 0.3.0 X-Git-Tag: v0.3.0 X-Git-Url: http://git.scottworley.com/voter/commitdiff_plain/HEAD Release 0.3.0 --- diff --git a/Cargo.lock b/Cargo.lock index e8fb33e..da3e270 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ dependencies = [ [[package]] name = "voter" -version = "0.2.6" +version = "0.3.0" dependencies = [ "cgi", "fd-lock", diff --git a/Cargo.toml b/Cargo.toml index a8fc6a2..3f82eff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voter" -version = "0.2.6" +version = "0.3.0" edition = "2021" authors = ["Scott Worley "] description = "A simple web page that tracks votes" diff --git a/Changelog.md b/Changelog.md index 9ba73d5..52349ff 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ # Unreleased + +# 0.3.0 (April 7, 2024) + New feature: Eliminated candidates