branch: externals/org-transclusion commit c4a396a5acbf4c9b26d9db8ed28ed85564bfb609 Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
intrnl:add .elpaignore; bump to v1.0.1 to enable ELPA No functional change --- .elpaignore | 2 ++ NEWS | 5 +++++ org-transclusion.el | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 0000000..1b1c018 --- /dev/null +++ b/.elpaignore @@ -0,0 +1,2 @@ +test/ +docs/ \ No newline at end of file diff --git a/NEWS b/NEWS index ef470d7..9814e63 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +* Version 1.0.1 + +- Add .elpaignore +- Bump up version only to enable ELPA; no functional changes + * Version 1.0.0 - Initial version available on ELPA (https://elpa.gnu.org/) \ No newline at end of file diff --git a/org-transclusion.el b/org-transclusion.el index f3ef39d..5569397 100644 --- a/org-transclusion.el +++ b/org-transclusion.el @@ -22,7 +22,7 @@ ;; URL: https://github.com/nobiot/org-transclusion ;; Keywords: org-mode, transclusion, writing -;; Version: 1.0.0 +;; Version: 1.0.1 ;; Package-Requires: ((emacs "27.1") (org "9.4")) ;; This file is not part of GNU Emacs.