|
2 | 2 |
|
3 | 3 | ## [unreleased] |
4 | 4 |
|
| 5 | +## [3.5.0-post1] |
| 6 | + |
| 7 | +- Migrated documentation to Read the Docs. |
| 8 | + |
| 9 | +- Moved repository to [sphinx-contrib](https://github.com/sphinx-contrib) organization. |
| 10 | + |
5 | 11 | ## [3.5.0] |
6 | 12 |
|
7 | 13 | - Added `autodata`, `autoattribute`, `autoclass`, and other `auto*` directives. |
|
53 | 59 | - Added a warning for situations when `lua_ls_project_directories` contains directories |
54 | 60 | outside of the current VCS root. |
55 | 61 |
|
56 | | -[#19]: https://github.com/taminomara/sphinx-lua-ls/pull/19 |
| 62 | +[#19]: https://github.com/sphinx-contrib/lua-ls/pull/19 |
57 | 63 |
|
58 | 64 | ## [3.2.0] |
59 | 65 |
|
|
65 | 71 |
|
66 | 72 | - Done some internal refactorings. |
67 | 73 |
|
68 | | -[#18]: https://github.com/taminomara/sphinx-lua-ls/pull/18 |
| 74 | +[#18]: https://github.com/sphinx-contrib/lua-ls/pull/18 |
69 | 75 | [@bkoropoff]: https://github.com/bkoropoff |
70 | 76 |
|
71 | 77 | ## [3.1.0] |
|
147 | 153 | - Added option to separate module members into their own files for `apidoc`. |
148 | 154 |
|
149 | 155 | [EmmyLua]: https://github.com/EmmyLuaLs/emmylua-analyzer-rust/ |
150 | | -[#3]: https://github.com/taminomara/sphinx-lua-ls/issues/3 |
| 156 | +[#3]: https://github.com/sphinx-contrib/lua-ls/issues/3 |
151 | 157 |
|
152 | 158 | ### Migrating to 3.0.0 |
153 | 159 |
|
@@ -215,14 +221,15 @@ use `!doctype table` instead, otherwise you'll get errors that modules are not a |
215 | 221 |
|
216 | 222 | Initial release. |
217 | 223 |
|
218 | | -[unreleased]: https://github.com/taminomara/sphinx-lua-ls/compare/v3.5.0...HEAD |
219 | | -[3.5.0]: https://github.com/taminomara/sphinx-lua-ls/compare/v3.4.0...v3.5.0 |
220 | | -[3.4.0]: https://github.com/taminomara/sphinx-lua-ls/compare/v3.3.0...v3.4.0 |
221 | | -[3.3.0]: https://github.com/taminomara/sphinx-lua-ls/compare/v3.2.0...v3.3.0 |
222 | | -[3.2.0]: https://github.com/taminomara/sphinx-lua-ls/compare/v3.1.0...v3.2.0 |
223 | | -[3.1.0]: https://github.com/taminomara/sphinx-lua-ls/compare/v3.0.0...v3.1.0 |
224 | | -[3.0.0]: https://github.com/taminomara/sphinx-lua-ls/compare/v2.0.1...v3.0.0 |
225 | | -[2.0.1]: https://github.com/taminomara/sphinx-lua-ls/compare/v2.0.0...v2.0.1 |
226 | | -[2.0.0]: https://github.com/taminomara/sphinx-lua-ls/compare/v1.1.0...v2.0.0 |
227 | | -[1.1.0]: https://github.com/taminomara/sphinx-lua-ls/compare/v1.0.0...v1.1.0 |
228 | | -[1.0.0]: https://github.com/taminomara/sphinx-lua-ls/releases/tag/v1.0.0 |
| 224 | +[unreleased]: https://github.com/sphinx-contrib/lua-ls/compare/v3.5.0-post1...HEAD |
| 225 | +[3.5.0-post1]: https://github.com/sphinx-contrib/lua-ls/compare/v3.5.0...v3.5.0-post1 |
| 226 | +[3.5.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.4.0...v3.5.0 |
| 227 | +[3.4.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.3.0...v3.4.0 |
| 228 | +[3.3.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.2.0...v3.3.0 |
| 229 | +[3.2.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.1.0...v3.2.0 |
| 230 | +[3.1.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.0.0...v3.1.0 |
| 231 | +[3.0.0]: https://github.com/sphinx-contrib/lua-ls/compare/v2.0.1...v3.0.0 |
| 232 | +[2.0.1]: https://github.com/sphinx-contrib/lua-ls/compare/v2.0.0...v2.0.1 |
| 233 | +[2.0.0]: https://github.com/sphinx-contrib/lua-ls/compare/v1.1.0...v2.0.0 |
| 234 | +[1.1.0]: https://github.com/sphinx-contrib/lua-ls/compare/v1.0.0...v1.1.0 |
| 235 | +[1.0.0]: https://github.com/sphinx-contrib/lua-ls/releases/tag/v1.0.0 |
0 commit comments