From c52c085f40c5cc932ce2b0ea82ac411f34d5bb79 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Mon, 7 Dec 2015 16:50:56 +0100 Subject: [PATCH] Updated version number --- puml-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/puml-mode.el b/puml-mode.el index ed3b2ea..33972a5 100644 --- a/puml-mode.el +++ b/puml-mode.el @@ -6,7 +6,7 @@ ;; Author: Zhang Weize (zwz) ;; Maintainer: Carlo Sciolla (skuro) ;; Keywords: uml plantuml ascii -;; Version: 0.6 +;; Version: 0.6.2 ;; You can redistribute this program and/or modify it under the terms ;; of the GNU General Public License as published by the Free Software @@ -27,6 +27,7 @@ ;;; Change log: ;; +;; version 0.6.2, 2015-11-07 Added debugging capabilities to improve issue analysis ;; version 0.6.1, 2015-09-26 Bugfix: use eq to compare symbols instead of cl-equalp ;; version 0.6, 2015-09-26 Fixed PNG preview ;; version 0.5, 2015-09-21 Added preview capabilities