Skip to content

Commit

Permalink
Release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Dec 9, 2023
1 parent 2c5a432 commit 103d7a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 0.4.0 (2023-12-09)

### New features

- Make super-save checks customizable via `super-save-predicates`.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion super-save.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; 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.
Expand Down

0 comments on commit 103d7a4

Please sign in to comment.