2022-03-25 Release
What's Changed
- Add packaging step (for shipping as a part of Visual Studio) by @dan-shaw in #399
- Remove ninja requirement by @Neumann-A in #372
- Teach Cache to be transparent in get_lazy. by @BillyONeal in #409
- Add localized errors to version parsing. by @BillyONeal in #429
- Start removing std::regex by @strega-nil in #427
- Deduplicate extract_tar_cmake in vcpkgpaths.cpp. by @BillyONeal in #430
- Revert start /wait for msiexec and change nulls to ? in UTF-8 mode. by @BillyONeal in #412
- Delete CStringView by @BillyONeal in #438
- [regex-ripout] part 2/n by @strega-nil in #431
- Keep GIT_ASKPASS environment variable by @horenmar in #441
- [ci] Change triplet to be processed the same way as how other commands get their triplet. by @BillyONeal in #442
- Add AWS anonymous access when reading/writing binary cache to AWS S3. by @AenBleidd in #434
- Detect changes in the 'ce' version and rebootstrap it if it doesn't match by @BillyONeal in #440
- [regex-ripout] Part 3/4 by @strega-nil in #439
- Improve diagnostics when we crash due to unexpected output from calling curl by @ras0219-msft in #402
- Block features containing _ in their names. by @BillyONeal in #445
- Copy privacy.md from vcpkg repo by @bhardwajs in #446
- Delete Parse:: and IParseError. by @BillyONeal in #447
- Move vcpkg-ce development into the vcpkg-tool repo. by @BillyONeal in #428
- [vcpkg-ce] Fix hash checks by @BillyONeal in #450
- vcpkg ci: Parse ci.baseline.txt to determine regressions by @autoantwort in #345
- Don't print regressions header when there are no regressions. by @BillyONeal in #453
- Updated StringView and link list for vcpkglib by @mprather in #444
New Contributors
- @dan-shaw made their first contribution in #399
- @horenmar made their first contribution in #441
- @AenBleidd made their first contribution in #434
- @bhardwajs made their first contribution in #446
- @mprather made their first contribution in #444
Full Changelog: 2022-03-09...2022-03-25