Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ucm-linux-arm64.tar.gz | 2025-07-29 | 38.2 MB | |
ucm-linux-x64.tar.gz | 2025-07-29 | 33.6 MB | |
ucm-macos-arm64.tar.gz | 2025-07-29 | 50.0 MB | |
ucm-macos-x64.tar.gz | 2025-07-29 | 22.5 MB | |
ucm-windows-x64.zip | 2025-07-29 | 37.2 MB | |
README.md | 2025-07-29 | 917 Bytes | |
release_0.5.44 source code.tar.gz | 2025-07-29 | 2.5 MB | |
release_0.5.44 source code.zip | 2025-07-29 | 3.2 MB | |
Totals: 8 Items | 187.1 MB | 0 |
What's Changed
- More streamlined output after type checking a scratch file
- Fix an issue that was causing a crash in code serialization
- Add builtins to efficiently switch between
Bytes
andBytesArray
All PRs since last release
- A couple minor serialization improvements by @dolio in https://github.com/unisonweb/unison/pull/5810
- Add transcript test for avro optimization by @runarorama in https://github.com/unisonweb/unison/pull/5811
- Add builtins for
Bytes
toByteArray
and back by @runarorama in https://github.com/unisonweb/unison/pull/5812 - Refactor some intermediate and serialization code by @dolio in https://github.com/unisonweb/unison/pull/5814
- Unify normal slurp output with update-branch slurp output by @mitchellwrosen in https://github.com/unisonweb/unison/pull/5816
Full Changelog: https://github.com/unisonweb/unison/compare/release/0.5.43...release/0.5.44