[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc cd38bdaa64 048/351: Prepare v0.6
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc cd38bdaa64 048/351: Prepare v0.6 |
Date: |
Thu, 13 Jun 2024 18:38:40 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit cd38bdaa6479dd5d538b660c55e7a94c579d4242
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Prepare v0.6
---
editorconfig-core-handle.el | 2 +-
editorconfig-core.el | 4 ++--
editorconfig-fnmatch.el | 2 +-
editorconfig.el | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el
index 452fce8b07..81d40364de 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.5
+;; Version: 0.6
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; See
diff --git a/editorconfig-core.el b/editorconfig-core.el
index a1766e139e..83bbd3059e 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.5
+;; Version: 0.6
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; Package-Requires: ((editorconfig-fnmatch "20151023.1021") (cl-lib "0.5"))
@@ -77,7 +77,7 @@
(defconst editorconfig-core-version
- "0.1.5"
+ "0.6.0"
"EditorConfig core version.")
(defun editorconfig-core--remove-duplicate (alist)
diff --git a/editorconfig-fnmatch.el b/editorconfig-fnmatch.el
index 625edac67b..af97eedda2 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.5
+;; Version: 0.6
;; Package-Requires: ((cl-lib "0.5"))
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
diff --git a/editorconfig.el b/editorconfig.el
index a7947ac0ed..840708fcc4 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.5
+;; Version: 0.6
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; Package-Requires: ((editorconfig-core "20151107.831"))
- [nongnu] scratch/editorconfig-cc a8ca8c46f7 005/351: Update EditorConfig Core URL., (continued)
- [nongnu] scratch/editorconfig-cc a8ca8c46f7 005/351: Update EditorConfig Core URL., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 871a69ab90 028/351: Add Hong Xu to contributor list., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e69ebeeaa1 010/351: Reset the indentation rule., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 8ee7d0b533 008/351: Set indent_size for lisp mode and ruby mode., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d744546fc6 003/351: Add root=true to the top .editorconfig., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 10be4fd165 006/351: provide feature, use symbol prefix, add commentary,, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 5bc887b015 017/351: Support web-mode., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ac28a9fd1d 015/351: Bump version number, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6c18a40b51 024/351: Make edconf-exec-path a customizable variable., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6bdcaf89df 018/351: Add cmake-mode support., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc cd38bdaa64 048/351: Prepare v0.6,
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc cf6786403a 034/351: Change symbol prefix: edconf -> editorconfig, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6bfbea985c 073/351: Catch error thrown from get-properties-function and display it, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d068ec0546 030/351: Use \' instead of $, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc b45ec732a2 029/351: Relicense to GPLv3+, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 549d06a982 057/351: Add MELPA badges, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 701a5c0673 053/351: Fix indent of editorconfig.el according to .editorconfig, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 2dbb864922 044/351: Update Makefile to run all tests including core, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 9e9c4f706a 041/351: Update .editorconfig for Makefile and .gitmodules, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e93f45738c 049/351: Add license header to executable, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 675ea40668 065/351: Bump version: 0.7.0, Stefan Monnier, 2024/06/13