diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2025-05-13 18:09:03 -0700 |
|---|---|---|
| committer | Radon Rosborough <radon@intuitiveexplanations.com> | 2025-05-13 18:09:03 -0700 |
| commit | 82cbb665bc6a62de59e00aa76dcef29ef3a6c3a2 (patch) | |
| tree | 3ffb0c66e5f9ae56aeb75561822479a69baba167 | |
| parent | 0c41a5a52c6af7ef9ce44a6e93a5ebacdc679c91 (diff) | |
Release version 4.4.1v4.4.1
| -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: |
