From f0aab249b9e45a2afeafde5038323ce7b6590410 Mon Sep 17 00:00:00 2001 From: Dylan Anthony Date: Wed, 24 May 2023 23:51:32 +0000 Subject: [PATCH] chore: prepare release 0.7.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e03faae9..c0739ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.7.3 + +### Features + +- Remove any potential panics (#429) + +### Fixes + +- Handle merge commits in history. Thanks @erichulburd! (#443) + ## 0.7.2 ### Fixes diff --git a/Cargo.toml b/Cargo.toml index cbbbcbb9..190139f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "knope" description = "A command line tool for automating common development tasks" -version = "0.7.2" +version = "0.7.3" authors = ["Dylan Anthony "] edition = "2021" license = "MIT"