From c036f7e33d3d835e87acdee3981956448eb8646d Mon Sep 17 00:00:00 2001 From: cry-inc Date: Mon, 23 Dec 2024 16:23:13 +0100 Subject: [PATCH] Bump version number and update CHANGELOG.md for 1.1.0 release --- 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 a57f049..3ad17b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,11 @@ All notable changes to this project will be documented in this file. +## [1.1.0] - 2024-12-23 +* Restyled the whole application to look a bit nicer +* Fixed missing git info (commit hash and ref name) in Docker builds +* Added Mac OS builds for CI and Releases +* Updated Cargo dependencies + ## [1.0.0] - 2024-12-20 First stable release. diff --git a/Cargo.lock b/Cargo.lock index 8d3d5f8..e65ef1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,7 +732,7 @@ dependencies = [ [[package]] name = "dmarc-report-viewer" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "async-imap", diff --git a/Cargo.toml b/Cargo.toml index 60ca1ac..9e02f86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ categories = ["email"] license = "MIT" readme = "README.md" repository = "https://github.com/cry-inc/dmarc-report-viewer" -version = "1.0.0" +version = "1.1.0" edition = "2021" [dependencies]