branch: scratch/editorconfig-cc
commit f55d5f1f7705f40dedaa9132894870a6c70e3e81
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    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 c08bfa6ecd..1d92276eaf 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
 
 
@@ -240,7 +267,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
@@ -269,7 +297,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 8d32ac56e7..79ee16b7c5 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 a2fac17b3f..123eb86dcd 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2011-2023 EditorConfig Team
 
 ;; Author: EditorConfig Team <editorcon...@googlegroups.com>
-;; 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

Reply via email to