]> code.delx.au - gnu-emacs-elpa/commitdiff
Make a new release
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 23 Jun 2016 00:25:36 +0000 (03:25 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 23 Jun 2016 00:25:36 +0000 (03:25 +0300)
Closes #498.

NEWS.md
company.el

diff --git a/NEWS.md b/NEWS.md
index 0ded600101731dc9214aeaf6801de8ebb2c91f1c..758f0bef297aab37eb032e9d85f25098774fb558 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
 # History of user-visible changes
 
-## Next
+## 2016-06-23 (0.9.0)
 
 * Group of backends can now contain keyword `:separate`, which makes candidates
   from different backends sorted separately in the combined list.
index bfadc99a792c6352d2bfe109bc537dbdb0a49470..713a94fd19fb82235e3d400335e2533cf7c0be32 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Nikolaj Schumacher
 ;; Maintainer: Dmitry Gutov <dgutov@yandex.ru>
 ;; URL: http://company-mode.github.io/
-;; Version: 0.9.0-cvs
+;; Version: 0.9.0
 ;; Keywords: abbrev, convenience, matching
 ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))