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/