From ed3c01a6d380971823079b37d5e6fad12790643c Mon Sep 17 00:00:00 2001 From: Emberist <13602797+emberist@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:33:21 +0200 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 945a0d0..4cf5ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.0](https://github.com/emberist/mrburns/compare/v1.1.1...v1.2.0) (2024-06-20) + + +### Features + +* add list command ([ece9d6e](https://github.com/emberist/mrburns/commit/ece9d6ef0ccb90a4493af4ff67a1badeba885fc4)) +* add new branches command ([6484d55](https://github.com/emberist/mrburns/commit/6484d552d71589c0c803b99c6239c86f8a725056)) + ## [1.1.1](https://github.com/emberist/mrburns/compare/v1.1.0...v1.1.1) (2024-05-24) diff --git a/Cargo.lock b/Cargo.lock index 5695439..7c15a52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -680,7 +680,7 @@ dependencies = [ [[package]] name = "mrburns" -version = "1.1.1" +version = "1.2.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0441b4f..de5cdf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mrburns" -version = "1.1.1" +version = "1.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html