branch: scratch/editorconfig-cc
commit 26e095d584e7a492e73b96969bbb29d170773137
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Prepare v0.9.0 (#275)
    
    * Update version number in el file
    
    * Update CHANGELOG for 0.9.0
    
    * Fix CHANGELOG
    
    * Fix release date
---
 CHANGELOG.md    | 16 +++++++++++-----
 editorconfig.el |  2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c9007b000..1b487962a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,10 +11,6 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0
 
 ### Changed
 
-- Use new implementation by default (#263)
-  - Set `(setq editorconfig--legacy-version t)` to use previous one
-
-
 ### Deprecated
 
 ### Removed
@@ -24,6 +20,14 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0
 ### Security
 
 
+## [0.9.0] - 2022-10-23
+
+### Changed
+
+- Use new implementation by default ([#263])
+  - Set `(setq editorconfig--legacy-version t)` to use previous one
+
+
 ## [0.8.2] - 2021-08-13
 
 ### Added
@@ -227,7 +231,8 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0
 *Undocumented*
 
 
-[Unreleased]: 
https://github.com/editorconfig/editorconfig-emacs/compare/v0.8.2...HEAD
+[Unreleased]: 
https://github.com/editorconfig/editorconfig-emacs/compare/v0.9.0...HEAD
+[0.9.0]: 
https://github.com/editorconfig/editorconfig-emacs/compare/v0.8.2...v0.9.0
 [0.8.2]: 
https://github.com/editorconfig/editorconfig-emacs/compare/v0.8.1...v0.8.2
 [0.8.1]: 
https://github.com/editorconfig/editorconfig-emacs/compare/v0.8.0...v0.8.1
 [0.8.0]: 
https://github.com/editorconfig/editorconfig-emacs/compare/v0.7.14...v0.8.0
@@ -254,6 +259,7 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0
 [0.3]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.2...v0.3
 [0.2]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.1...v0.2
 [0.1]: https://github.com/editorconfig/editorconfig-emacs/releases/tag/v0.1
+[#263]: https://github.com/editorconfig/editorconfig-emacs/issues/263
 [#260]: https://github.com/editorconfig/editorconfig-emacs/issues/260
 [#258]: https://github.com/editorconfig/editorconfig-emacs/issues/258
 [#255]: https://github.com/editorconfig/editorconfig-emacs/issues/255
diff --git a/editorconfig.el b/editorconfig.el
index 7edc29ac6f..9a51a3fbab 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2011-2021 EditorConfig Team
 
 ;; Author: EditorConfig Team <editorcon...@googlegroups.com>
-;; Version: 0.8.2
+;; Version: 0.9.0
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
 ;; Package-Requires: ((cl-lib "0.5") (nadvice "0.3") (emacs "24"))
 

Reply via email to