From 103d7a4b9f04754e140b34166a1e983cf0f82693 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sat, 9 Dec 2023 11:18:05 +0100 Subject: [PATCH] Release 0.4 --- changelog.md | 3 ++- super-save.el | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index ad154ef..0de4a7e 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 0.4.0 (2023-12-09) + ### New features - Make super-save checks customizable via `super-save-predicates`. @@ -23,7 +25,6 @@ `super-save-all-buffers` to save all modified buffers instead of only the current one. - ## 0.3.0 (2018-09-29) ### New features diff --git a/super-save.el b/super-save.el index e705540..d6e15bf 100644 --- a/super-save.el +++ b/super-save.el @@ -5,7 +5,7 @@ ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/super-save ;; Keywords: convenience -;; Version: 0.4.0-snapshot +;; Version: 0.4.0 ;; Package-Requires: ((emacs "25.1")) ;; This file is NOT part of GNU Emacs.