Skip to content

v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 18:12
ce4d31a

2.3.0 (2023-12-11)

Features

  • logging + :Rocks log command (#65) (4a0678d)
  • sync: separate progress handles for errors (a08ee0d)

Bug Fixes

  • install: bug causing : to be appended to version in rocks.toml (#62) (8e8ceec)
  • operations: don't use parse_user_rocks in sync (e82f66f)
  • prune: do not prune dependencies that are in rocks.toml (8a48a1a)
  • prune: remove pruned rocks from [rocks] section, too (9857745)
  • sync: don't try to remove indirect dependencies (a1c0d2f)
  • sync: prevent luarocks race conditions (057ec56)
  • sync: prune rocks sequentially to prevent partial uninstalls (d09de43)
  • ui: sync progress percentage computation (52f1ae6)

Performance Improvements

  • auto-populate removable rocks cache (#70) (7b6d361)