Skip to content

Commit f1531ba

Browse files
authored
Prepare v0.11.0 (#332)
* Prepare v0.11.0 * Update CHANGLOG for v0.11.0 * 2024
1 parent cdabb85 commit f1531ba

8 files changed

+28
-19
lines changed

CHANGELOG.md

+20-11
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
89
## [Unreleased]
910

1011
### Added
1112

12-
- Support new mejor-modes
13+
### Changed
14+
15+
### Deprecated
16+
17+
### Removed
18+
19+
### Fixed
20+
21+
### Security
22+
23+
24+
## [0.11.0] - 2024-05-11
25+
26+
### Added
27+
28+
- Support new major-modes
1329
- kotlin-ts-mode ([#310])
1430
- hcl-mode ([#312])
1531
- protobuf-mode ([#316])
@@ -34,16 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3450
- editorconfig-format-buffer
3551
- These commands are configured to be autoloaded functions, except for `editorconfig-mode-apply`
3652

37-
### Deprecated
38-
39-
### Removed
40-
41-
### Fixed
42-
43-
### Security
44-
4553

46-
## [0.10.1]
54+
## [0.10.1] - 2023-05-19
4755

4856
### Fixed
4957

@@ -295,7 +303,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
295303
*Undocumented*
296304

297305

298-
[Unreleased]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.10.1...HEAD
306+
[Unreleased]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.11.0...HEAD
307+
[0.11.0]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.10.1...v0.11.0
299308
[0.10.1]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.10.0...v0.10.1
300309
[0.10.0]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.9.1...v0.10.0
301310
[0.9.1]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.9.0...v0.9.1

Eask

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(package "editorconfig"
2-
"0.10.1"
2+
"0.11.0"
33
"EditorConfig Emacs Plugin")
44

55
(website-url "https://github.com/editorconfig/editorconfig-emacs#readme")

editorconfig-conf-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; editorconfig-conf-mode.el --- Major mode for editing .editorconfig files -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2011-2023 EditorConfig Team
3+
;; Copyright (C) 2011-2024 EditorConfig Team
44

55
;; Author: EditorConfig Team <[email protected]>
66

editorconfig-core-handle.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; editorconfig-core-handle.el --- Handle Class for EditorConfig File -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2011-2023 EditorConfig Team
3+
;; Copyright (C) 2011-2024 EditorConfig Team
44

55
;; Author: EditorConfig Team <[email protected]>
66

editorconfig-core.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; editorconfig-core.el --- EditorConfig Core library in Emacs Lisp -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2011-2023 EditorConfig Team
3+
;; Copyright (C) 2011-2024 EditorConfig Team
44

55
;; Author: EditorConfig Team <[email protected]>
66

editorconfig-fnmatch.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; editorconfig-fnmatch.el --- Glob pattern matching in Emacs lisp -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2011-2023 EditorConfig Team
3+
;; Copyright (C) 2011-2024 EditorConfig Team
44

55
;; Author: EditorConfig Team <[email protected]>
66

editorconfig-tools.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; editorconfig-tools.el --- Editorconfig tools -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2011-2023 EditorConfig Team
3+
;; Copyright (C) 2011-2024 EditorConfig Team
44

55
;; Author: EditorConfig Team <[email protected]>
66

editorconfig.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
;;; editorconfig.el --- EditorConfig Emacs Plugin -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2011-2023 EditorConfig Team
3+
;; Copyright (C) 2011-2024 EditorConfig Team
44

55
;; Author: EditorConfig Team <[email protected]>
6-
;; Version: 0.10.1
6+
;; Version: 0.11.0
77
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
88
;; Package-Requires: ((emacs "26.1") (nadvice "0.3"))
99
;; Keywords: convenience editorconfig

0 commit comments

Comments
 (0)