diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cde4cdf..08cd608d 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 @@ -295,7 +303,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 54b22e07..3ac3e5f2 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 e582c3f1..2b4ddd44 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 diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el index 2659a8be..d225e145 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 diff --git a/editorconfig-core.el b/editorconfig-core.el index 999af2c1..c7b52dea 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 diff --git a/editorconfig-fnmatch.el b/editorconfig-fnmatch.el index 5432197b..25a344dc 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 diff --git a/editorconfig-tools.el b/editorconfig-tools.el index a12a0bbe..12c40577 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 diff --git a/editorconfig.el b/editorconfig.el index 237bb4bd..3a12d6ff 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 -;; 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