From 0bfa36bbc50e62de0a3406031cb93e2f57dcdc55 Mon Sep 17 00:00:00 2001 From: Daniel Ma Date: Thu, 12 Apr 2018 15:42:55 -0700 Subject: [PATCH] Release version 0.1.2 --- CHANGELOG.md | 5 +++++ magit-org-todos.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d66b1..2d01262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.1.2 (April 12th, 2018) + +- Show only text of links https://github.com/danielma/magit-org-todos.el/pull/4 +- Specify name of org file with `defcustom` https://github.com/danielma/magit-org-todos.el/pull/3 + # 0.1.1 (March 16th, 2018) Fix package issues diff --git a/magit-org-todos.el b/magit-org-todos.el index 56a031d..a827d77 100644 --- a/magit-org-todos.el +++ b/magit-org-todos.el @@ -4,9 +4,9 @@ ;; Author: Daniel Ma ;; URL: http://github.com/danielma/magit-org-todos ;; Created: 2018 -;; Version: 0.1.1 +;; Version: 0.1.2 ;; Keywords: org-mode magit tools -;; Package-Version: 0.1.1 +;; Package-Version: 0.1.2 ;; Package-Requires: ((magit "2.0.0") (emacs "24")) ;;; Commentary: