From: Dmitry Gutov Date: Thu, 23 Jun 2016 00:25:36 +0000 (+0300) Subject: Make a new release X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/212c8fc3101781a2f1c55ca61772eb75a2046e87 Make a new release Closes #498. --- diff --git a/NEWS.md b/NEWS.md index 0ded60010..758f0bef2 100644 --- 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. diff --git a/company.el b/company.el index bfadc99a7..713a94fd1 100644 --- a/company.el +++ b/company.el @@ -5,7 +5,7 @@ ;; Author: Nikolaj Schumacher ;; Maintainer: Dmitry Gutov ;; 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"))