From 83f8ee24515614e03f42e8bb67a5508d6932ad4f Mon Sep 17 00:00:00 2001 From: Emberist <13602797+emberist@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:38:11 +0200 Subject: [PATCH] chore(main): release 1.3.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 907764b..a181d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/emberist/mrburns/compare/v1.3.0...v1.3.1) (2024-06-26) + + +### Bug Fixes + +* wait to update to complete ([815cede](https://github.com/emberist/mrburns/commit/815cede9c9de1902716f18c79538c514c16fc1e7)) + ## [1.3.0](https://github.com/emberist/mrburns/compare/v1.2.0...v1.3.0) (2024-06-26) diff --git a/Cargo.lock b/Cargo.lock index c4d4cab..1aa0d02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -680,7 +680,7 @@ dependencies = [ [[package]] name = "mrburns" -version = "1.3.0" +version = "1.3.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 20c5839..45d21f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mrburns" -version = "1.3.0" +version = "1.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html