Skip to content

v0.0.31

Choose a tag to compare

@github-actions github-actions released this 30 May 00:12
· 21 commits to main since this release
350089e

修复

  • 修复 xlings 项目使用 mcpp 构建时 custom index 首次同步、project data
    root 查找和 local index 相对路径解析的问题。
  • 支持 canonical nested dependency 写法:
    [dependencies] capi.lua = "0.0.3"
    [dependencies.mcpplibs] capi.lua = "0.0.3"
  • 将 legacy flat dotted dependency key 兼容解析集中到 mcpp.pm.compat,
    并标注该兼容路径将在 mcpp 1.0.0 移除。