diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d6114a..57dd2f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.9.1] - 2022-11-07 + +### Fixed + +- Check filename rather than buffer-file-name for consistency ([#280]) + + ## [0.9.0] - 2022-10-23 ### Changed @@ -234,7 +241,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.9.0...HEAD +[Unreleased]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.9.0...v0.9.1 [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 @@ -262,6 +270,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 +[#280]: https://github.com/editorconfig/editorconfig-emacs/issues/280 [#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 diff --git a/editorconfig.el b/editorconfig.el index d8146b0e..8438be61 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2021 EditorConfig Team ;; Author: EditorConfig Team -;; Version: 0.9.0 +;; Version: 0.9.1 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; Package-Requires: ((cl-lib "0.5") (nadvice "0.3") (emacs "24"))