Skip to content

Version 18

Compare
Choose a tag to compare
@rushsteve1 rushsteve1 released this 14 Jul 17:11
· 12 commits to main since this release

This release is a smaller one for end-users, but contains a lot of code style and build system changes that should hopefully help developers and packagers.

Keeping the same version name since I've been playing a lot of SFV lately.

What's Changed

  • Don't stop deleting on an exception by @ninedotnine in #20
  • Replace Pandoc with Ronn-ng and use Rake for build tasks. This increases our reliance on Ruby, but Pandoc is a HUGE dependency so it's nice to drop it.
  • Enable DIP 1000 project-wide in preparation of that becoming the new default in D
  • Convert project from Spaces to Tabs. Yes, I made a life decision.
  • Use CTFE for all the version information, so now only the info in dub.json matters.

Full Changelog: 17...18