diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2019-09-20 17:08:09 -0700 |
|---|---|---|
| committer | Radon Rosborough <radon.neon@gmail.com> | 2019-09-20 17:12:09 -0700 |
| commit | fab32d51a1db7c29b5f6e55d739254a96e372447 (patch) | |
| tree | db2e29eafccb45a4839051b5cb7c2a6a279a6fd1 | |
| parent | e28a264989c32cc1dda1c8661350fad2306bc619 (diff) | |
Release version 1.0v1.0
| -rw-r--r-- | CHANGELOG.md | 21 | ||||
| -rw-r--r-- | apheleia.el | 2 |
2 files changed, 22 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..90b5429 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +All notable changes to this project will be documented in this file. +The format is based on [Keep a Changelog]. + +## 1.0 (released 2019-09-20) +### Added +* Package `apheleia` +* Command `apheleia-format-buffer` +* User options: + * `apheleia-formatters`, with supported formatters: + * `black` + * `prettier` + * `gofmt` + * `terraform` + * `apheleia-mode-alist` + * `apheleia-post-format-hook` +* Variable `apheleia-formatter` +* Minor mode `apheleia-mode` (and `apheleia-global-mode`) + +[keep a changelog]: https://keepachangelog.com/en/1.0.0/ diff --git a/apheleia.el b/apheleia.el index bfb382e..7fd985d 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: 0 +;; Version: 1.0 ;;; Commentary: |
