2023-04-07 Release
What's Changed
- Add to strings.cpp for std::iota by @wolfv in #992
- Add msg::format_to. Remove append_fmt_raw. by @ras0219-msft in #981
- Remove basic-checks.h and Checks::exit_with_message_and_line by @ras0219-msft in #980
- Make
ExpectedT<>::value_or_exit()
callChecks::msg_exit_with_message
. CreateExpectedT<>::value()
. by @ras0219-msft in #982 - Curl: Don't print a newline after every character. by @BillyONeal in #995
- Update vcpkg release process docs by @BillyONeal in #993
- Apply fwd headers and include only what you need by @ras0219-msft in #983
- Update localization.md for new macro-enabled loc machinery by @ras0219-msft in #994
- Extract Binary Cache refactoring changes from #908 by @ras0219-msft in #996
- Change output for regression of independent ports by @dg0yt in #794
- Remove gcov due to flakiness by @ras0219-msft in #1001
- Rearrange declarations and definitions to reduce needed includes. by @ras0219-msft in #984
- Change official releases to amd64. by @BillyONeal in #1005
- Remove the dependency on rush. by @BillyONeal in #997
- remove unused variable by @autoantwort in #1007
- Don't emit the triplet warning with x-set-installed no args. by @BillyONeal in #1006
- Don't deploy .ps1 files from 'semver'. by @BillyONeal in #1011
New Contributors
Full Changelog: 2023-03-29...2023-04-07