diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2022-11-11 19:47:03 -0800 |
|---|---|---|
| committer | Radon Rosborough <radon@intuitiveexplanations.com> | 2022-11-11 19:47:03 -0800 |
| commit | 5286b1c61c82755e9486cb210524ceed038b265f (patch) | |
| tree | d33447888d010740732bba26135e398db9f69da6 | |
| parent | aae79b7b2a1a7bc905b005ec3f43feb56918b93d (diff) | |
Release version 3.1v3.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 d11bc9e..5e24e8e 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.1 (released 2022-11-11) ### Enhancements * shfmt uses 4 spaces instead of tabs by default. * Formatters using `'filepath` (OCamlFormat and Prettier) are no diff --git a/apheleia.el b/apheleia.el index 39e4e76..e1bcbff 100644 --- a/apheleia.el +++ b/apheleia.el @@ -8,7 +8,7 @@ ;; Keywords: tools ;; Package-Requires: ((emacs "26")) ;; SPDX-License-Identifier: MIT -;; Version: 3.0 +;; Version: 3.1 ;;; Commentary: |
