github unisonweb/unison release/0.5.49

8 hours ago

What's Changed

  • Setting the UNISON_DEBUG variable with TIMING now displays runtimes for individual tests when using test.

  • Setting the UNISON_DEBUG variable with TESTS now displays names for individual tests when using test.

  • A new murmur hash primitive which doesn't tumble in type info. It's much faster than the existing one, but good chance of collisions when you're mixing hashes from values of different types, so choose appropriately.

  • Everything from the stealth release of 0.5.48:

    New Features ✨ 🦄 🌈 ⭐

    Fixes

    • We updated project naming rules to match Unison Share; sorry not sorry!
      Project names may now consist of ASCII letters, digits, and hyphens; between 2–40 characters.

    Fiddling

    • Namespaces in ls output now end in . instead of /
    • There are a few new command aliases:
      • lib.install can be run as install.lib or just install
      • lib.upgrade can be run as upgrade.lib or just upgrade
    • namespace.dependencies command has been removed in favor of todo.

All PRs Since Last Release

Full Changelog: release/0.5.48...release/0.5.49

Don't miss a new unison release

NewReleases is sending notifications on new releases.