diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2026-02-21 12:01:15 -0800 |
|---|---|---|
| committer | Radon Rosborough <radon@intuitiveexplanations.com> | 2026-02-21 12:01:15 -0800 |
| commit | 2bc2bb4cc2caad111e6f2f1b9daf20ec388101ff (patch) | |
| tree | 080911689fbcb9f0a8862a0695ce50f251a026ee | |
| parent | 143c1dffed15f1cab3eb06e148fe11224e39471c (diff) | |
Release version 4.4.3v4.4.3
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | apheleia.el | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b6b9e..05b3752 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.4.3 (released 2026-02-21) ### Formatters * Removed `--no-doc` argument from yq-yaml to avoid breaking multi-document yaml files ([#386]). @@ -18,8 +18,10 @@ The format is based on [Keep a Changelog]. * `shfmt` did not work with `apheleia-formatters-respect-indent-level` * `apheleia-npx` did return an error when formatter was missing +[#378]: https://github.com/radian-software/apheleia/pull/378 [#380]: https://github.com/radian-software/apheleia/pull/380 [#382]: https://github.com/radian-software/apheleia/pull/382 +[#386]: https://github.com/radian-software/apheleia/pull/386 ## 4.4.2 (released 2025-11-21) ### Bugs fixed diff --git a/apheleia.el b/apheleia.el index 5451ef3..9c24ccf 100644 --- a/apheleia.el +++ b/apheleia.el @@ -8,7 +8,7 @@ ;; Keywords: tools ;; Package-Requires: ((emacs "27")) ;; SPDX-License-Identifier: MIT -;; Version: 4.4.2 +;; Version: 4.4.3 ;;; Commentary: |
