aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2020-09-30 16:12:40 -0700
committerWilfred Hughes <me@wilfred.me.uk>2020-09-30 16:12:40 -0700
commit1671e1dd08ca9543bf80e878135c6bbba84efe05 (patch)
treef8b7b79fe3a052a18947d17420da27cbe75a5322
parent5a5eb62ae1f9cfdd4897ec6e878ec96231c52bdd (diff)
Roll version
-rw-r--r--CHANGELOG.md6
-rw-r--r--helpful.el4
2 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e61c4e..6d75716 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
-# v0.18 (unreleased)
+# v0.19 (unreleased)
+
+No changes yet.
+
+# v0.18
Show the original value for custom variables whose value has changed.
diff --git a/helpful.el b/helpful.el
index b24637d..c8bfc4f 100644
--- a/helpful.el
+++ b/helpful.el
@@ -1,11 +1,11 @@
;;; helpful.el --- a better *help* buffer -*- lexical-binding: t; -*-
-;; Copyright (C) 2017-2019 Wilfred Hughes
+;; Copyright (C) 2017-2020 Wilfred Hughes
;; Author: Wilfred Hughes <me@wilfred.me.uk>
;; URL: https://github.com/Wilfred/helpful
;; Keywords: help, lisp
-;; Version: 0.18
+;; Version: 0.19
;; Package-Requires: ((emacs "25") (dash "2.12.0") (dash-functional "1.2.0") (s "1.11.0") (f "0.20.0") (elisp-refs "1.2"))
;; This program is free software; you can redistribute it and/or modify