From df07899acdb3f9c114b72fdab77107c924b3172c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 27 Aug 2020 23:53:52 -0700 Subject: [PATCH] Bump version, update news --- NEWS | 6 ++++++ git-auto-commit-mode.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7048163..ed1ca39 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ # -*- mode: org; -*- #+STARTUP: showall +* v4.7.0 + + - Fix the URL package header, it was pointing at a non-existent page. + - Add user options =gac-commit-additional-flags=, and =gac-silent-message-p=. + - Fix an issue with having the =[= character somewhere in the path of the file. + * v4.6.0 - Only try to commit when changes have been discovered in the file. By diff --git a/git-auto-commit-mode.el b/git-auto-commit-mode.el index 00ef4fe..eaeda3a 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.6.0 +;; Version: 4.7.0 ;; Keywords: vc ;; URL: https://github.com/ryuslash/git-auto-commit-mode