From aaf4dc3aca78f43a00e55cc87ee972acaa42c0df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Wed, 18 Sep 2024 06:35:35 +0200 Subject: [PATCH] Bump version to 0.1.2 This change bumps the program's version to 0.1.2. The following notable changes have been made since 0.1.1: - Removed unused once_cell and regex dependencies - Added GitHub Actions based CI workflow --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a250e2..827e429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.1.2 +----- - Removed unused `once_cell` and `regex` dependencies - Added GitHub Actions based CI workflow diff --git a/Cargo.toml b/Cargo.toml index 59a7b55..f095a4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-blamediff" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Daniel Mueller "] license = "GPL-3.0-or-later"