File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5- - Adjusted styles for links in object signatures to match those produced
6- by python domain.9
5+ ## [ 3.6.0] - 2025-10-17
6+
7+ - Adjusted styles for links in object signatures to match those produced by python domain.
78
89- Releases are no longer uploaded to test version of PyPi.
910
@@ -246,6 +247,7 @@ Initial release.
246247[ 3.4.0 ] : https://github.com/sphinx-contrib/lua-ls/compare/v3.3.0...v3.4.0
247248[ 3.5.0 ] : https://github.com/sphinx-contrib/lua-ls/compare/v3.4.0...v3.5.0
248249[ 3.5.0-post1 ] : https://github.com/sphinx-contrib/lua-ls/compare/v3.5.0...v3.5.0-post1
250+ [ 3.6.0 ] : https://github.com/sphinx-contrib/lua-ls/compare/v3.5.0-post1...v3.6.0
249251[ @bkoropoff ] : https://github.com/bkoropoff
250252[ emmylua ] : https://github.com/EmmyLuaLs/emmylua-analyzer-rust/
251- [ unreleased ] : https://github.com/sphinx-contrib/lua-ls/compare/v3.5.0-post1 ...HEAD
253+ [ unreleased ] : https://github.com/sphinx-contrib/lua-ls/compare/v3.6.0 ...HEAD
Original file line number Diff line number Diff line change @@ -95,3 +95,12 @@ 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