From c9ea8ff062254a023165574b39516ae89e184123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Wed, 27 Sep 2023 11:40:28 +0200 Subject: [PATCH] release v1.0.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b813fef..4841bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] - 2023-09-27 + ### Changed - Bumped `mml-lib@v1.0.0`. diff --git a/Cargo.lock b/Cargo.lock index c840682..2a06a21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1458,7 +1458,7 @@ dependencies = [ [[package]] name = "mml-cli" -version = "0.3.0" +version = "1.0.0" dependencies = [ "anyhow", "ariadne", diff --git a/Cargo.toml b/Cargo.toml index b23c85f..06124c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mml-cli" description = "CLI to compile MML messages to MIME messages and interpret MIME messages as MML messages." -version = "0.3.0" +version = "1.0.0" authors = ["soywod "] edition = "2021" license = "MIT"