branch: elpa/undo-fu
commit 32674fc7b0ff6757c6b6b7b6148bc2c4bd689683
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Release 0.3
---
changelog.rst | 2 +-
undo-fu.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/changelog.rst b/changelog.rst
index 371c64ec53..08913245fe 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,7 +3,7 @@
Change Log
##########
-- In development.
+- Version 0.3 (2020-03-03)
- Support non-destructive commands between undo/redo actions without
breaking the chain.
Internally ``last-command`` is no longer used to detect changes.
diff --git a/undo-fu.el b/undo-fu.el
index 52ab6f91ba..8a725171f6 100644
--- a/undo-fu.el
+++ b/undo-fu.el
@@ -5,7 +5,7 @@
;; Author: Campbell Barton <[email protected]>
;; URL: https://gitlab.com/ideasman42/emacs-undo-fu
-;; Version: 0.2
+;; Version: 0.3
;; Package-Requires: ((emacs "24.3"))
;; This program is free software; you can redistribute it and/or modify