branch: externals/excorporate commit c7974ec5fd0cf2c04707f85a07855b26c37d3f3d Author: Thomas Fitzsimmons <fitz...@fitzsim.org> Commit: Thomas Fitzsimmons <fitz...@fitzsim.org>
Bump version to 1.0.0 * excorporate.el: Bump version to 1.0.0. * NEWS, README: Document 1.0.0 changes. --- NEWS | 6 ++++++ README | 6 ++---- excorporate.el | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index a206590..e850ad3 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ GNU Emacs Excorporate NEWS -- history of user-visible changes. +* New in Excorporate 1.0.0 + +Released 2021-05-20 + +** Declare API stability + * New in Excorporate 0.9.6 Released 2021-04-26 diff --git a/README b/README index bb3cb6f..02d733b 100644 --- a/README +++ b/README @@ -3,11 +3,9 @@ Excorporate provides Exchange integration for Emacs. Most Recent Improvements ------------------------ -New in Excorporate 0.9.6, released 2021-04-26: +New in Excorporate 1.0.0, released 2021-05-20: -** Fix Emacs < 24.4 incompatibility in time zone support - -** Require cl-lib package explicitly +** Declare API stability Quick Start ----------- diff --git a/excorporate.el b/excorporate.el index 51a55a1..2e764ca 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: 0.9.6 +;; Version: 1.0.0 ;; 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"))