From a8b31c925e5cdee4b26b10a43094787937fe441e Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Sun, 7 May 2023 17:15:54 +0900 Subject: [PATCH] Prepare v0.10.0 (#303) * Update CHANGELOG * Update CHANGELOG * Update version string --- CHANGELOG.md | 40 +++++++++++++++++++++++++++++++++++++++- Eask | 2 +- editorconfig.el | 2 +- 3 files changed, 41 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f55cd6c2..c7a684c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +### Deprecated + +### Removed + +### Fixed + +### Security + + +## [0.10.0] - 2023-05-07 + +### Added + +- Enable indentation for tree-sitter based typescript mode ([#282]) +- Add support for json-ts-mode ([#283]) +- Add support for some treesit modes ([#287]) +- Add indent variable associations for numerous tree-sitter modes ([#290]) +- Add js-ts-mode' spec to editorconfig-indentation-alist' ([#293]) +- Add bash-ts-mode to editorconfig-indentation-alist ([#296]) +- Add support for gdscript-mode ([#300]) + +### Changed + - Drop Emacs 24.x and 25.x ([#286]) ### Deprecated @@ -19,6 +42,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fix write-file-functions default value ([#295]) +- Check mode-class property for special modes ([#301]) +- Load subr-x when compiling ([#302]) + ### Security @@ -243,7 +270,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.9.1...HEAD +[Unreleased]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.10.0...HEAD +[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 [0.9.0]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.8.2...v0.9.0 [0.8.2]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.8.1...v0.8.2 @@ -272,7 +300,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.3]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.2...v0.3 [0.2]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.1...v0.2 [0.1]: https://github.com/editorconfig/editorconfig-emacs/releases/tag/v0.1 +[#302]: https://github.com/editorconfig/editorconfig-emacs/issues/302 +[#301]: https://github.com/editorconfig/editorconfig-emacs/issues/301 +[#300]: https://github.com/editorconfig/editorconfig-emacs/issues/300 +[#296]: https://github.com/editorconfig/editorconfig-emacs/issues/296 +[#295]: https://github.com/editorconfig/editorconfig-emacs/issues/295 +[#293]: https://github.com/editorconfig/editorconfig-emacs/issues/293 +[#290]: https://github.com/editorconfig/editorconfig-emacs/issues/290 +[#287]: https://github.com/editorconfig/editorconfig-emacs/issues/287 [#286]: https://github.com/editorconfig/editorconfig-emacs/issues/286 +[#283]: https://github.com/editorconfig/editorconfig-emacs/issues/283 +[#282]: https://github.com/editorconfig/editorconfig-emacs/issues/282 [#280]: https://github.com/editorconfig/editorconfig-emacs/issues/280 [#263]: https://github.com/editorconfig/editorconfig-emacs/issues/263 [#260]: https://github.com/editorconfig/editorconfig-emacs/issues/260 diff --git a/Eask b/Eask index 8d32ac56..79ee16b7 100644 --- a/Eask +++ b/Eask @@ -1,5 +1,5 @@ (package "editorconfig" - "0.9.1" + "0.10.0" "EditorConfig Emacs Plugin") (website-url "https://github.com/editorconfig/editorconfig-emacs#readme") diff --git a/editorconfig.el b/editorconfig.el index 831ca494..92ffe1e4 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2023 EditorConfig Team ;; Author: EditorConfig Team -;; Version: 0.9.1 +;; Version: 0.10.0 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; Package-Requires: ((emacs "26.1") (nadvice "0.3")) ;; Keywords: convenience editorconfig