From daae0d0109b9c5e441a9c4579a7f6f721f2bf386 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 20:49:06 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71427cb5..552f29ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [1.0.1](https://github.com/jdrouet/catapulte/compare/v1.0.0...v1.0.1) - 2024-03-09 + +### Fixed +- update cli typo + +### Other +- update github actions +- *(deps)* Bump reqwest from 0.11.24 to 0.11.25 +- *(deps)* Bump clap from 4.5.1 to 4.5.2 + ## [1.0.0] - 2024-03-05 ### Build diff --git a/Cargo.lock b/Cargo.lock index 52a222f7..f5e469a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "catapulte" -version = "1.0.0" +version = "1.0.1" dependencies = [ "axum", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5c0c7b68..4e0a04f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catapulte" -version = "1.0.0" +version = "1.0.1" description = "Catapulte is an open source mailer you can host yourself. You can use it to quickly catapult your transactionnal emails to destination." authors = ["Jérémie Drouet "] edition = "2021"