aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2017-12-22 22:44:39 +0000
committerWilfred Hughes <me@wilfred.me.uk>2017-12-22 22:44:39 +0000
commit9d68e5680158819d3d1b3aad95619ba9f8907ed0 (patch)
tree7887b0418f22f4001e78a81efe9c3f0c41bac208
parent9fdbf5b24df28b046731db1c7a1cc90338d55dce (diff)
Bump version
-rw-r--r--CHANGELOG.md4
-rw-r--r--helpful.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f30d42..e2156bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v0.6
+
+No changes yet.
+
# v0.5
Allow function tracing to be enabled/disabled from Helpful buffers.
diff --git a/helpful.el b/helpful.el
index aecb3df..048ddae 100644
--- a/helpful.el
+++ b/helpful.el
@@ -5,7 +5,7 @@
;; Author: Wilfred Hughes <me@wilfred.me.uk>
;; URL: https://github.com/Wilfred/helpful
;; Keywords: help, lisp
-;; Version: 0.5
+;; Version: 0.6
;; Package-Requires: ((emacs "25.1") (dash "2.12.0") (dash-functional "1.2.0") (s "1.11.0") (elisp-refs "1.2") (shut-up "0.3"))
;; This program is free software; you can redistribute it and/or modify