branch: scratch/editorconfig-cc commit cfb18f76504a3786b6085251aee0ca1113a99d6b Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Prepare v0.11.0 (#332) * Prepare v0.11.0 * Update CHANGLOG for v0.11.0 * 2024 --- CHANGELOG.md | 31 ++++++++++++++++++++----------- Eask | 2 +- editorconfig-conf-mode.el | 2 +- editorconfig-core-handle.el | 2 +- editorconfig-core.el | 2 +- editorconfig-fnmatch.el | 2 +- editorconfig-tools.el | 2 +- editorconfig.el | 4 ++-- 8 files changed, 28 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cec9b234..a898a81e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + ## [Unreleased] ### Added -- Support new mejor-modes +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + + +## [0.11.0] - 2024-05-11 + +### Added + +- Support new major-modes - kotlin-ts-mode ([#310]) - hcl-mode ([#312]) - protobuf-mode ([#316]) @@ -34,16 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - editorconfig-format-buffer - These commands are configured to be autoloaded functions, except for `editorconfig-mode-apply` -### Deprecated - -### Removed - -### Fixed - -### Security - -## [0.10.1] +## [0.10.1] - 2023-05-19 ### Fixed @@ -292,7 +300,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.10.1...HEAD +[Unreleased]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.11.0...HEAD +[0.11.0]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.10.1...v0.11.0 [0.10.1]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.9.1...v0.10.0 [0.9.1]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.9.0...v0.9.1 diff --git a/Eask b/Eask index 54b22e07f1..3ac3e5f297 100644 --- a/Eask +++ b/Eask @@ -1,5 +1,5 @@ (package "editorconfig" - "0.10.1" + "0.11.0" "EditorConfig Emacs Plugin") (website-url "https://github.com/editorconfig/editorconfig-emacs#readme") diff --git a/editorconfig-conf-mode.el b/editorconfig-conf-mode.el index f31b6e480e..37a897920b 100644 --- a/editorconfig-conf-mode.el +++ b/editorconfig-conf-mode.el @@ -1,6 +1,6 @@ ;;; editorconfig-conf-mode.el --- Major mode for editing .editorconfig files -*- lexical-binding: t -*- -;; Copyright (C) 2011-2023 EditorConfig Team +;; Copyright (C) 2011-2024 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el index 12a4914bf1..22276eb609 100644 --- a/editorconfig-core-handle.el +++ b/editorconfig-core-handle.el @@ -1,6 +1,6 @@ ;;; editorconfig-core-handle.el --- Handle Class for EditorConfig File -*- lexical-binding: t -*- -;; Copyright (C) 2011-2023 EditorConfig Team +;; Copyright (C) 2011-2024 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> diff --git a/editorconfig-core.el b/editorconfig-core.el index 43ce948824..b72c2e8101 100644 --- a/editorconfig-core.el +++ b/editorconfig-core.el @@ -1,6 +1,6 @@ ;;; editorconfig-core.el --- EditorConfig Core library in Emacs Lisp -*- lexical-binding: t -*- -;; Copyright (C) 2011-2023 EditorConfig Team +;; Copyright (C) 2011-2024 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> diff --git a/editorconfig-fnmatch.el b/editorconfig-fnmatch.el index 1b41c3aff3..2f542aeb3a 100644 --- a/editorconfig-fnmatch.el +++ b/editorconfig-fnmatch.el @@ -1,6 +1,6 @@ ;;; editorconfig-fnmatch.el --- Glob pattern matching in Emacs lisp -*- lexical-binding: t -*- -;; Copyright (C) 2011-2023 EditorConfig Team +;; Copyright (C) 2011-2024 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> diff --git a/editorconfig-tools.el b/editorconfig-tools.el index 2084bf72e6..d4af1a1e5a 100644 --- a/editorconfig-tools.el +++ b/editorconfig-tools.el @@ -1,6 +1,6 @@ ;;; editorconfig-tools.el --- Editorconfig tools -*- lexical-binding: t -*- -;; Copyright (C) 2011-2023 EditorConfig Team +;; Copyright (C) 2011-2024 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> diff --git a/editorconfig.el b/editorconfig.el index c0f0596dd6..7cf95c3e8c 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -1,9 +1,9 @@ ;;; editorconfig.el --- EditorConfig Emacs Plugin -*- lexical-binding: t -*- -;; Copyright (C) 2011-2023 EditorConfig Team +;; Copyright (C) 2011-2024 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> -;; Version: 0.10.1 +;; Version: 0.11.0 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; Package-Requires: ((emacs "26.1") (nadvice "0.3")) ;; Keywords: convenience editorconfig