From 2d458aa97cb9b2ba9cc59a5f11b6ba7a9c931f5b Mon Sep 17 00:00:00 2001 From: Tim Oram Date: Thu, 13 Jun 2024 20:23:35 -0230 Subject: [PATCH] Cleanup from the 2.4.0 release This change consists of adding the dev notice back to the readme and fixing the release date in the CHANGELOG. --- CHANGELOG.md | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca939ce2..865168e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). -## [2.4.0] - 2024-06-01 +## [2.4.0] - 2024-06-13 ### Added - Add support for `NO_COLOR` environment variable ([#896](https://github.com/MitMaro/git-interactive-rebase-tool/pull/896)) - Post modified line exec command ([#888](https://github.com/MitMaro/git-interactive-rebase-tool/pull/890)) diff --git a/README.md b/README.md index 9855c7cd0..96fcc902c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Native cross-platform full feature terminal based [sequence editor][git-sequence [![Git Interactive Rebase Tool](/docs/assets/images/girt-demo.gif?raw=true)](https://youtu.be/q3tzb-gQC0w) +**This is the documentation for the development build. For the current stable release, please use the [2.4.x documentation](https://github.com/MitMaro/git-interactive-rebase-tool/tree/2.4.0/README.md).** + ## Table of Contents * [Features](./README.md#features)