diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2024-08-03 16:22:29 -0700 |
|---|---|---|
| committer | Radon Rosborough <radon@intuitiveexplanations.com> | 2024-08-03 16:22:29 -0700 |
| commit | 3e347cff47eb0072b47c56f6188c4f440e477770 (patch) | |
| tree | 42dcec5f4b817f524334db9776b670f41c5b70be | |
| parent | 61766b50b24fa16be519d77795dc63522e04dce8 (diff) | |
Release version 4.2v4.2
| -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 3d7a553..213d04f 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.2 (released 2024-08-03) ### Changes * Custom Emacs Lisp formatting functions have the option to report an error asynchronously by invoking their callback with an error as diff --git a/apheleia.el b/apheleia.el index a419f47..8d4fb5f 100644 --- a/apheleia.el +++ b/apheleia.el @@ -8,7 +8,7 @@ ;; Keywords: tools ;; Package-Requires: ((emacs "27")) ;; SPDX-License-Identifier: MIT -;; Version: 4.1 +;; Version: 4.2 ;;; Commentary: |
