branch: elpa/devil
commit 79fd50fe22ce45968779f0e176247ab7988f0905
Author: Susam Pal <[email protected]>
Commit: Susam Pal <[email protected]>
Set version to 0.3.0
---
CHANGES.org | 16 ++++++++++++++++
devil.el | 2 +-
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/CHANGES.org b/CHANGES.org
index 0fabb788e1..85a7d6322e 100644
--- a/CHANGES.org
+++ b/CHANGES.org
@@ -1,5 +1,20 @@
* Changelog
+** 0.3.0 (2023-05-11)
+
+*** Added
+
+- Add customization group.
+
+*** Changed
+
+- Move tests out to a separate file.
+
+*** Fixed
+
+- Fix spacing in documentation strings.
+- Remove =devil-version= and =devil-show-version=.
+
** 0.2.0 (2023-05-09)
*** Added
@@ -23,6 +38,7 @@
=C-x CC-xf=. This has been fixed so that =- C-f= is now translated to
=C-x C-f=.
+
** 0.1.0 (2023-05-07)
*** Added
diff --git a/devil.el b/devil.el
index afe1336613..6dde9d4bfa 100644
--- a/devil.el
+++ b/devil.el
@@ -4,7 +4,7 @@
;; Author: Susam Pal <[email protected]>
;; Maintainer: Susam Pal <[email protected]>
-;; Version: 0.2.0
+;; Version: 0.3.0
;; Package-Requires: ((emacs "24.4"))
;; Keywords: convenience, abbrev
;; URL: https://github.com/susam/devil