diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a76de5..7cbd6c0b 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 1cb1e29b..e8e5dc37 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: