diff --git a/CHANGELOG.md b/CHANGELOG.md index bad2e153..e3d6114a 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 c9c52325..14da23de 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2021 EditorConfig Team ;; Author: EditorConfig Team -;; 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"))