From 86c7e649f288de93c7769090832c358ec7063fda Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 16 May 2020 20:17:21 +0200 Subject: [PATCH] prep release --- CHANGELOG.md | 2 ++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- asyncgit/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2902ee05..e8dc25a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). ## [Unreleased] + +## [0.2.4] - 2020-05-16 ### Added - introduced proper changelog - hook support on windows [[@MCord](https://github.com/MCord)] ([#14](https://github.com/extrawurst/gitui/issues/14)) diff --git a/Cargo.lock b/Cargo.lock index c4c0d367..af0116fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -29,7 +29,7 @@ checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" [[package]] name = "asyncgit" -version = "0.2.3" +version = "0.2.4" dependencies = [ "crossbeam-channel", "git2", @@ -287,7 +287,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.2.3" +version = "0.2.4" dependencies = [ "asyncgit", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 5b2d16f1..bad18f0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.2.3" +version = "0.2.4" authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" edition = "2018" diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 62ce7e4a..68f59b53 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.2.3" +version = "0.2.4" authors = ["Stephan Dilly "] edition = "2018" description = "allow using git2 in a asynchronous context"