branch: externals/excorporate commit 8d1167ac47aa88265546ee7a82fd49ff6f9c8d66 Author: Thomas Fitzsimmons <fitz...@fitzsim.org> Commit: Thomas Fitzsimmons <fitz...@fitzsim.org>
Bump release to 1.1.2 * excorporate.el: Bump release to 1.1.2. * NEWS, README: Document 1.1.2 change. --- NEWS | 6 ++++++ README | 4 ++++ excorporate.el | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6da276b2b1..255d728ae1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ GNU Emacs Excorporate NEWS -- history of user-visible changes. +* New in Excorporate 1.1.2 + +Released 2024-02-19: + +** In Org entries use shorter time ranges where possible + * New in Excorporate 1.1.1 Released 2023-05-29: diff --git a/README b/README index 18695e7e9e..bf0a4669cc 100644 --- a/README +++ b/README @@ -3,6 +3,10 @@ Excorporate provides Exchange integration for Emacs. Most Recent Improvements ------------------------ +New in Excorporate 1.1.2, released 2024-02-19: + +** In Org entries use shorter time ranges where possible + New in Excorporate 1.1.1, released 2023-05-29: ** Update documentation diff --git a/excorporate.el b/excorporate.el index 0f8e9dc2eb..618073ef4d 100644 --- a/excorporate.el +++ b/excorporate.el @@ -5,7 +5,7 @@ ;; Author: Thomas Fitzsimmons <fitz...@fitzsim.org> ;; Maintainer: Thomas Fitzsimmons <fitz...@fitzsim.org> ;; Created: 2014-09-19 -;; Version: 1.1.1 +;; Version: 1.1.2 ;; Keywords: calendar ;; Homepage: https://www.fitzsim.org/blog/ ;; Package-Requires: ((emacs "24.1") (cl-lib "0.6.1") (fsm "0.2.1") (soap-client "3.2.0") (url-http-ntlm "2.0.4") (nadvice "0.3") (url-http-oauth "0.8.3"))