[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/emacs-editorconfig 91472091113 079/364: Bump version to v0.7.3
From: |
Stefan Monnier |
Subject: |
scratch/emacs-editorconfig 91472091113 079/364: Bump version to v0.7.3 |
Date: |
Tue, 18 Jun 2024 01:40:40 -0400 (EDT) |
branch: scratch/emacs-editorconfig
commit 914720911131a54989d3b6403a428b397466fe01
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Bump version to v0.7.3
---
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 5bba164bae3..5cd2667db0f 100755
--- a/bin/editorconfig-el
+++ b/bin/editorconfig-el
@@ -8,7 +8,7 @@
;; Copyright (C) 2011-2016 EditorConfig Team
;; Author: EditorConfig Team <editorconfig@googlegroups.com>
-;; Version: 0.7.2
+;; Version: 0.7.3
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; See
diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el
index bf56d44160f..365031a3850 100644
--- a/editorconfig-core-handle.el
+++ b/editorconfig-core-handle.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2011-2016 EditorConfig Team
;; Author: EditorConfig Team <editorconfig@googlegroups.com>
-;; Version: 0.7.2
+;; Version: 0.7.3
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; See
diff --git a/editorconfig-core.el b/editorconfig-core.el
index 2db6a834154..c3901749cf7 100644
--- a/editorconfig-core.el
+++ b/editorconfig-core.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2011-2016 EditorConfig Team
;; Author: EditorConfig Team <editorconfig@googlegroups.com>
-;; Version: 0.7.2
+;; Version: 0.7.3
;; 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.2"
+ "0.7.3"
"EditorConfig core version.")
(defun editorconfig-core--remove-duplicate (alist)
diff --git a/editorconfig-fnmatch.el b/editorconfig-fnmatch.el
index d7b1dc57d0e..233b6d25101 100644
--- a/editorconfig-fnmatch.el
+++ b/editorconfig-fnmatch.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2011-2016 EditorConfig Team
;; Author: EditorConfig Team <editorconfig@googlegroups.com>
-;; Version: 0.7.2
+;; Version: 0.7.3
;; Package-Requires: ((cl-lib "0.5"))
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
diff --git a/editorconfig.el b/editorconfig.el
index ec485651551..33d5ecedab7 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2011-2016 EditorConfig Team
;; Author: EditorConfig Team <editorconfig@googlegroups.com>
-;; Version: 0.7.2
+;; Version: 0.7.3
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; Package-Requires: ((editorconfig-core "0.6.2"))
- scratch/emacs-editorconfig 0496bfa0e5a 131/364: Fix indentations of ert-tests/, (continued)
- scratch/emacs-editorconfig 0496bfa0e5a 131/364: Fix indentations of ert-tests/, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig c54fd3abe5b 138/364: Add support for verilog-mode, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 0aeb7819899 144/364: Always do submodule update when test-ert, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig edfd7d9819b 146/364: Prepare v0.7.10, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig ffe4396e539 154/364: Prepare v0.7.11, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 12a79fff988 160/364: Add tests for lisp-indent-offset ignore, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 55ce0fca596 110/364: Add link to Melpa stable, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig f56964cd650 155/364: Update core-test submodule, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 31709798cac 163/364: docs -> doc, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 466a0e4a720 065/364: Bump version: 0.7.0, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 91472091113 079/364: Bump version to v0.7.3,
Stefan Monnier <=
- scratch/emacs-editorconfig 566ab7996e3 084/364: Bump required editorconfi-core version, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig b9c1318088e 100/364: Update editorconfig group docstring, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 335e70e23df 107/364: Trivial commentary fix, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 70e85e6153f 115/364: Load editorconfig-core explicitly just becore use (#100), Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 02ab02413f0 094/364: Add Customize section to README, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 78788959181 099/364: Make indentation of sample codes more consistent, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig adb9ba4a9d7 064/364: Update README for charset support, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 953f4f0ab77 074/364: Bump version: 0.7.1, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig a7ea6807e5a 071/364: Add ess-mode indentation support, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig f34c82709e2 077/364: Add support for scss-mode, Stefan Monnier, 2024/06/18