File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://cl-keeper.readthedocs.io/en/latest/schema.json
2+ version_format : python
3+ ignore_missing_releases_before : " 1.0.0"
4+ extra_change_categories_map :
5+ ' (?i)migrating ' : " migrating"
6+ extra_change_categories :
7+ migrating : " "
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 3.7.0] - 2025-11-14
6+
57- Fixed parsing of ` @see ` annotations with LuaLs backend.
68
79- Fixed parsing of EmmyLua output after they removed ` classDefaultCall ` setting.
@@ -252,6 +254,7 @@ Initial release.
252254[ 3.5.0 ] : https://github.com/sphinx-contrib/lua-ls/compare/v3.4.0...v3.5.0
253255[ 3.5.0-post1 ] : https://github.com/sphinx-contrib/lua-ls/compare/v3.5.0...v3.5.0-post1
254256[ 3.6.0 ] : https://github.com/sphinx-contrib/lua-ls/compare/v3.5.0-post1...v3.6.0
257+ [ 3.7.0 ] : https://github.com/sphinx-contrib/lua-ls/compare/v3.6.0...v3.7.0
255258[ @bkoropoff ] : https://github.com/bkoropoff
256259[ emmylua ] : https://github.com/EmmyLuaLs/emmylua-analyzer-rust/
257- [ unreleased ] : https://github.com/sphinx-contrib/lua-ls/compare/v3.6 .0...HEAD
260+ [ unreleased ] : https://github.com/sphinx-contrib/lua-ls/compare/v3.7 .0...HEAD
Original file line number Diff line number Diff line change @@ -95,12 +95,3 @@ reportRedeclaration = "none"
9595[tool .isort ]
9696profile = " black"
9797skip_gitignore = true
98-
99- [tool .changelog_keeper ]
100- ignore_missing_releases_before = " 1.0.0"
101-
102- [tool .changelog_keeper .extra_change_categories_map ]
103- "(?i)migrating" = " migrating"
104-
105- [tool .changelog_keeper .extra_change_categories ]
106- migrating = " "
You can’t perform that action at this time.
0 commit comments