Releases: nvim-neorocks/luarocks-tag-release
Releases · nvim-neorocks/luarocks-tag-release
v7.1.0
7.1.0 (2024-06-21)
Features
- add build backends to release action (41f04b5)
v7.0.1
7.0.1 (2024-06-21)
Bug Fixes
v7.0.0
7.0.0 (2024-06-21)
⚠ BREAKING CHANGES
- drop support for running tests in favour of nvim-busted-action (#437)
Features
- drop support for running tests in favour of nvim-busted-action (#437) (2af6c3a)
v6.0.0
6.0.0 (2024-06-18)
⚠ BREAKING CHANGES
- deprecate
test_interpreters
and disable tests by default
Features
- deprecate
test_interpreters
and disable tests by default (906f4b5)
v5.14.1
5.14.1 (2024-06-17)
Bug Fixes
- add
ftdetect
to {{ neovim.plugin.dirs }}
. (#431) (9ae4c23)
v5.14.0
5.14.0 (2024-05-25)
Features
- do not fail on already existing rocks, add
fail_on_duplicate
flag (#411) (07c35cf)
v5.13.1
5.13.1 (2024-05-24)
Bug Fixes
- add --local lua_interpreter luarocks config (eaece88)
- add
--local
flag for test runs (76057a2)
- add
--tree .
to luarocks init
before running tests (a5ef7e6)
- don't propagate busted (8d3bb48)
- lua_interpreter -> variables.LUA (9f80ab8)
- remove busted from propagatedBuildInputs (0b7b24f)
Reverts
- add
--local
flag for test runs (b75ae1d)
v5.12.0
5.12.0 (2024-03-27)
Features
- allow overriding git server URL with
GIT_SERVER_URL_OVERRIDE
(#402) (532117c)
v5.11.2
5.11.2 (2024-03-16)
Bug Fixes
- parser: add missing
after
directory in the Neovim plugin dirs list (#392) (8d3d786)