From 2bc2bb4cc2caad111e6f2f1b9daf20ec388101ff Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 21 Feb 2026 12:01:15 -0800 Subject: Release version 4.4.3 --- CHANGELOG.md | 4 +++- 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: -- cgit v1.0