From 23a200a32a678d0581644a18fc51009d26bdcecc Mon Sep 17 00:00:00 2001 From: cry-inc Date: Fri, 20 Dec 2024 20:44:40 +0100 Subject: [PATCH] Prepared CHANGELOG.md for first release and bump version number to 1.0.0 --- CHANGELOG.md | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb4f1f3..a57f049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,5 @@ All notable changes to this project will be documented in this file. -## [0.1.0] - YYYY-MM-DD - -- Initial release. +## [1.0.0] - 2024-12-20 +First stable release. diff --git a/Cargo.toml b/Cargo.toml index 371e985..60ca1ac 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 = "0.0.0" +version = "1.0.0" edition = "2021" [dependencies]