diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2023-11-23 14:11:15 -0800 |
|---|---|---|
| committer | Radon Rosborough <radon@intuitiveexplanations.com> | 2023-11-23 14:11:15 -0800 |
| commit | 731edd2954ae213548ec4459c7db6d5db9e251b8 (patch) | |
| tree | 8dc32e0aa2f5feed13e99edf6d7deba420944586 | |
| parent | 515ee18092e0b3ae17130032dd019fd9c08e69bc (diff) | |
Release version 4.0v4.0
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | apheleia.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c36575..29f1873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog]. -## Unreleased +## 4.0 (released 2023-11-23) ### Breaking changes * The order of entries in `apheleia-mode-alist` is no longer as important. Specifically, if two different mode entries in diff --git a/apheleia.el b/apheleia.el index f4b0ebf..7b7fe2d 100644 --- a/apheleia.el +++ b/apheleia.el @@ -8,7 +8,7 @@ ;; Keywords: tools ;; Package-Requires: ((emacs "27")) ;; SPDX-License-Identifier: MIT -;; Version: 3.2 +;; Version: 4.0 ;;; Commentary: |
