Releases: nvim-neorocks/rocks-git.nvim
Releases · nvim-neorocks/rocks-git.nvim
v2.5.5
2.5.5 (2025-08-13)
Bug Fixes
v2.5.4
2.5.4 (2025-07-14)
Bug Fixes
- rockspec: restrict lua version to 5.1 (d9b1c5d)
v2.5.3
2.5.3 (2025-03-07)
Bug Fixes
- incorrect plugin name when git shorthand ends in -git (#83) (bf5e798)
v2.5.2
2.5.2 (2024-12-09)
Bug Fixes
- compare versions when getting latest tag (da06852)
v2.5.1
2.5.1 (2024-10-31)
Bug Fixes
- unset
GIT_DIR
and GIT_WORK_TREE
environment variables when invoking git
(#79) (03a3f41)
v2.5.0
2.5.0 (2024-10-22)
Features
- use
vim.fn.confirm
instead of hand-rolled vim.ui.input
(#77) (84dbb80)
Bug Fixes
- don't fetch latest semver tag if
branch
is set (#75) (7ffc0a8)
v2.4.2
2.4.2 (2024-10-20)
Bug Fixes
ignore_tags
field removed on update (#72) (699a701)
v2.4.1
2.4.1 (2024-10-20)
Bug Fixes
v2.4.0
2.4.0 (2024-10-18)
Features
Bug Fixes
- update: don't overwrite semver tag if latest tag is not semver (fca321d)
- update: non-semver packages with no branch checked out fail to update (93cd2c3)
- update: packages with non-semver rev not updated (#64) (796b36a)
v2.3.2
2.3.2 (2024-10-14)
Bug Fixes