Skip to content

Commit

Permalink
Prepare v0.11.0 (#332)
Browse files Browse the repository at this point in the history
* Prepare v0.11.0

* Update CHANGLOG for v0.11.0

* 2024
  • Loading branch information
10sr authored May 11, 2024
1 parent cdabb85 commit f1531ba
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 19 deletions.
31 changes: 20 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(package "editorconfig"
"0.10.1"
"0.11.0"
"EditorConfig Emacs Plugin")

(website-url "https://github.com/editorconfig/editorconfig-emacs#readme")
Expand Down
2 changes: 1 addition & 1 deletion editorconfig-conf-mode.el
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion editorconfig-core-handle.el
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion editorconfig-core.el
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion editorconfig-fnmatch.el
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion editorconfig-tools.el
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions editorconfig.el
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
;; 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
Expand Down

0 comments on commit f1531ba

Please sign in to comment.