github unisonweb/unison release/0.5.45

latest releases: trunk-build, release/0.5.47, release/0.5.46...
29 days ago

What's Changed

  • New ucm transcript.in-place shell sub-command which modifies the codebase. (normally ucm transcript creates a new codebase.)
  • New lib.install.local command allows you to install a different local project or branch as a dependency in your current project. A snapshot is installed; it won't automatically be updated over time.
  • You can set the environment variable UNISON_MIGRATION=auto to not prompt on startup before doing a migration. Nice for scripts.
  • Improved thread fairness in the Unison runtime.
  • Transcripts can omit the project/branch from the prompt. If omitted, it will just continue to be set as it would in UCM. (See #5826 for details)
  • Fixed a bug that was preventing code loading.
  • Improved an error message when an ability variable can't be solved.
  • Added an MCP server into UCM itself via the ucm mcp command. See https://github.com/unisonweb/unison/blob/trunk/docs/mcp.md for details.

All PRs Since Last Release

Full Changelog: release/0.5.44...release/0.5.45

Don't miss a new unison release

NewReleases is sending notifications on new releases.