From 5e5969d7c8afa4c40948d95dc41fe66e30f3a282 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Fri, 21 Nov 2025 18:09:17 -0800 Subject: Release version 4.4.2 --- CHANGELOG.md | 4 +++- apheleia.el | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43746aa..7cc9655 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.2 (released 2025-11-21) ### Bugs fixed * aphelia-formatters-indent did not handle yaml-ts-mode; added with same behaviour as yaml-mode @@ -17,6 +17,8 @@ The format is based on [Keep a Changelog]. * [taplo](https://taplo.tamasfe.dev/) for TOML. * [styler](https://styler.r-lib.org/) for R. +[#362]: https://github.com/radian-software/apheleia/issues/362 + ## 4.4.1 (released 2025-05-13) ### Enhancements * Black will respect configuration in `pyproject.toml` when run via diff --git a/apheleia.el b/apheleia.el index 469a1c4..5451ef3 100644 --- a/apheleia.el +++ b/apheleia.el @@ -8,7 +8,7 @@ ;; Keywords: tools ;; Package-Requires: ((emacs "27")) ;; SPDX-License-Identifier: MIT -;; Version: 4.4.1 +;; Version: 4.4.2 ;;; Commentary: -- cgit v1.0