Skip to content

v0.9.4

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 02:53
· 9 commits to main since this release

What's Changed

Add split order attribute for manual reordering (b6a29fa)

Example in splits.txt:

file1.cpp: order:0
  ...

file2.cpp: order:1
  ...

file3.cpp: order:2
  ...

This ensures that file2.cpp is always anchored in between 1 and 3 when resolving the final link order.

Full Changelog: v0.9.3...v0.9.4