diff options
| -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 04376eb..d2399bb 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.1 (released 2025-05-13) ### Enhancements * Black will respect configuration in `pyproject.toml` when run via Apheleia. @@ -17,6 +17,8 @@ The format is based on [Keep a Changelog]. ### Formatters * Format Bazel files according to their type +[#299]: https://github.com/radian-software/apheleia/issues/299 + ## 4.4 (released 2025-02-12) ### Bugs fixed * `$PATH` was not correctly respected for some remote executables ([#341]). diff --git a/apheleia.el b/apheleia.el index 3a524f1..469a1c4 100644 --- a/apheleia.el +++ b/apheleia.el @@ -8,7 +8,7 @@ ;; Keywords: tools ;; Package-Requires: ((emacs "27")) ;; SPDX-License-Identifier: MIT -;; Version: 4.4 +;; Version: 4.4.1 ;;; Commentary: |
