diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2020-04-02 08:54:06 -0600 |
|---|---|---|
| committer | Radon Rosborough <radon.neon@gmail.com> | 2020-04-02 08:54:06 -0600 |
| commit | c51a63a23e4218c18dc9b36f5efcf4e17c7e05c8 (patch) | |
| tree | d98e4251dd030bc7eed3f7bf0ea7f9114fc4bf1e | |
| parent | d1eb2d200f2e01bab8dafc0a54dabc7bbff44af2 (diff) | |
Release version 1.1v1.1
| -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: |
