diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2021-12-27 20:20:02 -0800 |
|---|---|---|
| committer | Radon Rosborough <radon.neon@gmail.com> | 2021-12-27 20:21:35 -0800 |
| commit | 443f5aeb1a7115a2db7af4a0a66e111c13d4252c (patch) | |
| tree | 0808aeab90245e4e63fe140722d1e1604b9856ad | |
| parent | 8e0605cc29732ec889b7318dd57921bf3f5ba06c (diff) | |
Release version 1.2v1.2
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | apheleia.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a971d..54c59e7 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 +## 1.2 (released 2021-12-27) ### Enhancements * Support multiple formatters ([#31]). You can now configure a list of formatters for a major-mode in `apheleia-mode-alist` and they will diff --git a/apheleia.el b/apheleia.el index 6fe4b8f..cb19356 100644 --- a/apheleia.el +++ b/apheleia.el @@ -8,7 +8,7 @@ ;; Keywords: tools ;; Package-Requires: ((emacs "25.2")) ;; SPDX-License-Identifier: MIT -;; Version: 1.1.2 +;; Version: 1.2 ;;; Commentary: |
