diff options
| -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 323d130..0dcb498 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.1 (released 2020-04-02) ### Enhancements * There is now a maximum length for the dynamic programming algorithm, controlled by `apheleia-max-alignment-size`. This prevents Emacs diff --git a/apheleia.el b/apheleia.el index 5740474..475afdf 100644 --- a/apheleia.el +++ b/apheleia.el @@ -7,7 +7,7 @@ ;; Homepage: https://github.com/raxod502/apheleia ;; Keywords: tools ;; Package-Requires: ((emacs "25.2")) -;; Version: 1.0 +;; Version: 1.1 ;;; Commentary: |
