[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc 5946c20180 315/351: Prepare v0.9.1 (#28
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc 5946c20180 315/351: Prepare v0.9.1 (#281) |
Date: |
Thu, 13 Jun 2024 18:39:06 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit 5946c20180c22fc274656d229146008ce8e6451f
Author: 10sr <8.slashes@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Prepare v0.9.1 (#281)
---
CHANGELOG.md | 11 ++++++++++-
editorconfig.el | 2 +-
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b487962a4..e3df69d9a1 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
@@ -231,7 +238,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
@@ -259,6 +267,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 74a32e9e01..d5ba245c51 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.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"))
- [nongnu] scratch/editorconfig-cc 64b2f0d553 301/351: Update README for NonGNU ELPA repository (#259), (continued)
- [nongnu] scratch/editorconfig-cc 64b2f0d553 301/351: Update README for NonGNU ELPA repository (#259), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 62a1f3c44f 286/351: Stop excluding remote files by default (#245), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6f5e3b2429 274/351: Add doc about make sandbox, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 11625f5c81 254/351: Add explicit support for rpm-spec-mode, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1e084799c0 289/351: Update docstrings, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 08f55b212b 264/351: Fix typos (#212), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 92937591a3 267/351: Update README, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 7a7a8c99a6 281/351: Add github actions badge, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 49b0cd1a18 263/351: Fix that "?" does not match "/", Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ae29b6421c 311/351: Add fixes for Emacs 29 (#276), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 5946c20180 315/351: Prepare v0.9.1 (#281),
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc 90278ea953 307/351: Update CHANGELOG, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc f55d5f1f77 329/351: Prepare v0.10.0 (#303), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 2839f753f7 322/351: Update copyright year (#297), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 7dea9c4286 317/351: Drop Emacs 24.x and 25.x (#286), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 14ba6ed35b 314/351: Check `filename` rather than `buffer-file-name` for consistency (#280), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc c925595659 337/351: Add support for hcl-mode (#312), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 384bf81c0a 333/351: Update CHANGELOG (#308), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 7035295d42 339/351: Add jsonian-mode (#320), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1b37f3f7fd 341/351: ci: Bump Emacs 29.x to 3 (#327), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 99a1e77c31 342/351: Exclude some versions from test target (#329), Stefan Monnier, 2024/06/13