aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon.neon@gmail.com>2019-09-20 17:08:09 -0700
committerRadon Rosborough <radon.neon@gmail.com>2019-09-20 17:12:09 -0700
commitfab32d51a1db7c29b5f6e55d739254a96e372447 (patch)
treedb2e29eafccb45a4839051b5cb7c2a6a279a6fd1
parente28a264989c32cc1dda1c8661350fad2306bc619 (diff)
Release version 1.0v1.0
-rw-r--r--CHANGELOG.md21
-rw-r--r--apheleia.el2
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: