From 8ec25b22a8dc482984a62513344bb7e8f6d3caa5 Mon Sep 17 00:00:00 2001 From: Emberist <13602797+emberist@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:26:18 +0200 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf5ec5..907764b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.3.0](https://github.com/emberist/mrburns/compare/v1.2.0...v1.3.0) (2024-06-26) + + +### Features + +* add auto update command ([5c9f2db](https://github.com/emberist/mrburns/commit/5c9f2db27a9dc191c622e659e4adab9914f37f59)) +* add custom mrburns config ([581bdf3](https://github.com/emberist/mrburns/commit/581bdf34a37892dfa561c4c2d7a0c9b01829220a)) +* add mr title and description configs ([5e1ce9d](https://github.com/emberist/mrburns/commit/5e1ce9dab437a5a38aee506ae10102bc567af3f3)) +* add mrburns config file ([1f4fc94](https://github.com/emberist/mrburns/commit/1f4fc94b61c28f21eeea8c08613b7847819ae91b)) + + +### Bug Fixes + +* default description template ([025894b](https://github.com/emberist/mrburns/commit/025894bd94d55312cb1239c755b9aab597759324)) + ## [1.2.0](https://github.com/emberist/mrburns/compare/v1.1.1...v1.2.0) (2024-06-20) diff --git a/Cargo.lock b/Cargo.lock index 7c15a52..c4d4cab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -680,7 +680,7 @@ dependencies = [ [[package]] name = "mrburns" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index de5cdf5..20c5839 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mrburns" -version = "1.2.0" +version = "1.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html