diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2024-02-25 18:05:44 -0800 |
|---|---|---|
| committer | Radon Rosborough <radon@intuitiveexplanations.com> | 2024-02-25 18:05:44 -0800 |
| commit | 7ba74c7cc28e4f0da4006968ecb8587133daa142 (patch) | |
| tree | a55f2ca7edb93431e3b3251fe753a264af6f758f | |
| parent | c07e90793c839d1973a0820d24e03a0a6b30b77e (diff) | |
Release version 4.1v4.1
| -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 460f4ce..af248c0 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.1 (released 2024-02-25) ### Enhancements * Use `perltidy` as default formatter for `cperl-mode` ([#260]). * The `perltidy` formatter now supports Emacs indentation and line length diff --git a/apheleia.el b/apheleia.el index 7b7fe2d..3778c8a 100644 --- a/apheleia.el +++ b/apheleia.el @@ -8,7 +8,7 @@ ;; Keywords: tools ;; Package-Requires: ((emacs "27")) ;; SPDX-License-Identifier: MIT -;; Version: 4.0 +;; Version: 4.1 ;;; Commentary: |
