[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc 8b5d83be82 074/351: Bump version: 0.7.1
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc 8b5d83be82 074/351: Bump version: 0.7.1 |
Date: |
Thu, 13 Jun 2024 18:38:42 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit 8b5d83be827c9d70b61e42cefe737ebc94542186
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Bump version: 0.7.1
---
bin/editorconfig-el | 2 +-
editorconfig-core-handle.el | 2 +-
editorconfig-core.el | 4 ++--
editorconfig-fnmatch.el | 2 +-
editorconfig.el | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/bin/editorconfig-el b/bin/editorconfig-el
index 5c4701742a..f23d9ba24a 100755
--- a/bin/editorconfig-el
+++ b/bin/editorconfig-el
@@ -8,7 +8,7 @@
;; Copyright (C) 2011-2015 EditorConfig Team
;; Author: EditorConfig Team <editorconfig@googlegroups.com>
-;; Version: 0.7.0
+;; Version: 0.7.1
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; See
diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el
index c175e85d76..3d7135fc28 100644
--- a/editorconfig-core-handle.el
+++ b/editorconfig-core-handle.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2011-2015 EditorConfig Team
;; Author: EditorConfig Team <editorconfig@googlegroups.com>
-;; Version: 0.7.0
+;; Version: 0.7.1
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; See
diff --git a/editorconfig-core.el b/editorconfig-core.el
index f4f855d87d..e356b54285 100644
--- a/editorconfig-core.el
+++ b/editorconfig-core.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2011-2015 EditorConfig Team
;; Author: EditorConfig Team <editorconfig@googlegroups.com>
-;; Version: 0.7.0
+;; Version: 0.7.1
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; Package-Requires: ((editorconfig-fnmatch "0.6.2") (cl-lib "0.5"))
@@ -71,7 +71,7 @@
(defconst editorconfig-core-version
- "0.7.0"
+ "0.7.1"
"EditorConfig core version.")
(defun editorconfig-core--remove-duplicate (alist)
diff --git a/editorconfig-fnmatch.el b/editorconfig-fnmatch.el
index c805cbf112..fa1b6aac93 100644
--- a/editorconfig-fnmatch.el
+++ b/editorconfig-fnmatch.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2011-2015 EditorConfig Team
;; Author: EditorConfig Team <editorconfig@googlegroups.com>
-;; Version: 0.7.0
+;; Version: 0.7.1
;; Package-Requires: ((cl-lib "0.5"))
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
diff --git a/editorconfig.el b/editorconfig.el
index c3759ad837..3188460df8 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2011-2015 EditorConfig Team
;; Author: EditorConfig Team <editorconfig@googlegroups.com>
-;; Version: 0.7.0
+;; Version: 0.7.1
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; Package-Requires: ((editorconfig-core "0.6.2"))
- [nongnu] scratch/editorconfig-cc 3a7bb0d820 185/351: Clear translate cache on file reload, (continued)
- [nongnu] scratch/editorconfig-cc 3a7bb0d820 185/351: Clear translate cache on file reload, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 33ab2b6485 195/351: Add ert-test for file_type_ext, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 625073f793 224/351: Implement --hash-merge, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc baa846c702 226/351: Remove unused tests, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d2963a3313 227/351: Use 0.8.0 for next version, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e0d8fdbdbb 248/351: Use https for melpa badge, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 52abce4b1e 268/351: 2020, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d7a7b6af8e 013/351: Add JS and HTML indent settings., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc a6ab681950 038/351: Apply settings on major mode change, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 17f14d982a 071/351: Add ess-mode indentation support, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 8b5d83be82 074/351: Bump version: 0.7.1,
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc 4c583b154b 067/351: Remove find-file-hook, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 98838dbc62 061/351: Fix names of ert test cases, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 144858388f 085/351: Fix dependencies for one multifile package, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1971ac1dce 088/351: Refactor editorconfig-conf-mode, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc c09aa6e58a 094/351: Add Customize section to README, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d78fd7acd5 091/351: Create a syntax table for editorconfig-conf-mode., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 312f92419c 092/351: No need to explicitly highlight the comments via font-lock in editorconfig-conf-mode, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc f263d8a45c 095/351: Update instructions about core program, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 2bf59e3439 162/351: Add generated info file, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 95f61c0e73 155/351: Update core-test submodule, Stefan Monnier, 2024/06/13