Skip to content

Commit 0d780b9

Browse files
committed
v3.6.0
1 parent f8f2674 commit 0d780b9

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
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

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,12 @@ 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)