Skip to content

Commit e31f54a

Browse files
committed
v3.7.0
1 parent e0216e8 commit e31f54a

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.cl-keeper.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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: ""

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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

pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,3 @@ reportRedeclaration = "none"
9595
[tool.isort]
9696
profile = "black"
9797
skip_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 = ""

0 commit comments

Comments
 (0)