emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/editorconfig bcd377596f 2/2: Prepare v0.9.0 (#275)


From: ELPA Syncer
Subject: [nongnu] elpa/editorconfig bcd377596f 2/2: Prepare v0.9.0 (#275)
Date: Sun, 23 Oct 2022 09:58:28 -0400 (EDT)

branch: elpa/editorconfig
commit bcd377596fc0c5c315598adaa59fcd0455916f8d
Author: 10sr <8.slashes@gmail.com>
Commit: GitHub <noreply@github.com>

    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 bad2e1535d..e3d6114a66 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
@@ -230,7 +234,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
@@ -257,6 +262,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 c9c5232500..14da23dea0 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2011-2021 EditorConfig Team
 
 ;; Author: EditorConfig Team <editorconfig@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

[Prev in Thread] Current Thread [Next in Thread]