diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2022-06-01 09:58:10 -0700 |
|---|---|---|
| committer | Radon Rosborough <radon.neon@gmail.com> | 2022-06-01 10:37:53 -0700 |
| commit | 18ccacc5cf0806ecf11d0a3d462de1803e46a9ad (patch) | |
| tree | c9d4d770eeceb1a2fdfd96c46b311794917f0256 | |
| parent | cececba08fa7cb39a24d0f2c97aebf3dfd70a2cf (diff) | |
Release version 3.0v3.0
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | apheleia.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a76de..7cbd6c0 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 +## 3.0 (released 2022-06-01) ### Breaking changes * The arguments of formatters defined as Elisp functions has changed. A formatter function should now be a `cl-defun` taking key-value @@ -35,7 +35,7 @@ The format is based on [Keep a Changelog]. [#97]: https://github.com/radian-software/apheleia/pull/97 [#98]: https://github.com/radian-software/apheleia/pull/98 -## 2.0 +## 2.0 (released 2022-04-10) ### Breaking changes * The interface to `apheleia-format-buffer` has changed. You now pass in the symbol of a formatter from `apheleia-formatters` (or a list diff --git a/apheleia.el b/apheleia.el index 1cb1e29..e8e5dc3 100644 --- a/apheleia.el +++ b/apheleia.el @@ -8,7 +8,7 @@ ;; Keywords: tools ;; Package-Requires: ((emacs "26")) ;; SPDX-License-Identifier: MIT -;; Version: 2.0 +;; Version: 3.0 ;;; Commentary: |
