From 3db70af7d3659d1fe0ed2edf34cae23708a6d511 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 7 Oct 2019 20:40:04 -0700 Subject: [PATCH] Update version to v4.5.0 --- NEWS | 6 ++++++ git-auto-commit-mode.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ccc2c7d..cd903a6 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ # -*- mode: org; -*- #+STARTUP: showall +* v4.5.0 + + - Support the fish shell through the ~gac-shell-and~ option. + - Support buffering commits within a certain time interval using the + ~gac-debounce-interval~. + * v4.4.0 - Support Windows paths using =convert-standard-filename=. diff --git a/git-auto-commit-mode.el b/git-auto-commit-mode.el index 4b5267b..917b748 100644 --- a/git-auto-commit-mode.el +++ b/git-auto-commit-mode.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Created: Jan 9, 2012 -;; Version: 4.4.0 +;; Version: 4.5.0 ;; Keywords: vc ;; URL: http://projects.ryuslash.org/git-auto-commit-mode/