Skip to content

Releases: microsoft/vcpkg-tool

2023-03-22 Release

23 Mar 01:39
2c5416a
Compare
Choose a tag to compare
2023-03-22 Release Pre-release
Pre-release

This release is withdrawn in favor of 2023-03-29.

2023-03-14 Release

14 Mar 01:45
105f7f7
Compare
Choose a tag to compare

What's Changed

  • Fix wrong unsupported message by @autoantwort in #933
  • Delete Strings::format and no longer used unlocalized infrastructure. by @BillyONeal in #909
  • Install successful installs even with --only-downloads. by @BillyONeal in #901
  • Allow use to stack on use and activate, but not vice versa. by @BillyONeal in #944
  • PostBuildChecks: Append output to stdout-.log by @autoantwort in #934
  • Allow embedded port version 0 in version constraint by @horenmar in #916
  • Add additional logging and defenses to artifacts use. by @BillyONeal in #947
  • Fix rush no longer being persisted in the PATH in the build lab. by @BillyONeal in #951

Full Changelog: 2023-03-01...2023-03-14

2023-03-01 Release

01 Mar 22:43
538539c
Compare
Choose a tag to compare

This release is intended to be inserted into Visual Studio 2022 17.6 Preview 2.

What's Changed

Full Changelog: 2023-02-16...2023-03-01

2023-02-16 Release

16 Feb 20:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2023-01-24...2023-02-16

2023-02-15 Release

15 Feb 03:16
e9487f1
Compare
Choose a tag to compare
2023-02-15 Release Pre-release
Pre-release

2023-01-24 Release

24 Jan 19:16
8a88d63
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2022-12-14...2023-01-24

2022-12-14 Release

17 Dec 15:32
7ae0d85
Compare
Choose a tag to compare

This release is a hotfix release for 2022-12-13 which failed release smoke testing.

What's Changed

New Contributors

Full Changelog: 2022-12-13...2022-12-14

2022-12-13 Release

14 Dec 05:51
Compare
Choose a tag to compare
2022-12-13 Release Pre-release
Pre-release

What's Changed

Full Changelog: 2022-11-10...2022-12-13

2022-11-10 Release

10 Nov 22:32
5fdee72
Compare
Choose a tag to compare

What's Changed

  • Update to Catch v2.13.10 by @AtariDreams in #749
  • [Localization] Aries by @JavierMatosD in #680
  • Configuring overlay ports and overlay triplets through the manifest by @valeriaconde in #743
  • [Localization] Cepheus by @JavierMatosD in #710
  • [telemetry] Detect TeamCity CI by @vicroms in #768
  • Use brace initializer instead of empty C string to return empty C++ string by @AtariDreams in #763
  • Add a Checks::unreachable in the = operator by @AtariDreams in #761
  • Use make_unique instead of reset by @AtariDreams in #759
  • Detect WOW64 through IsWow64Process(2) by @BillyONeal in #769
  • Remove unneeded get() by @AtariDreams in #767
  • Simplify types and expressions by @AtariDreams in #760
  • Use .data() to get pointer instead of address of 0 by @AtariDreams in #762
  • [Localization] Libra by @JavierMatosD in #724
  • Substantially overhaul metrics. by @BillyONeal in #723
  • Embed locale files by @JavierMatosD in #751
  • Documenting our use of VSLANG by @JavierMatosD in #772
  • Treat * as 'no filter' when searching a registry for versions. by @BillyONeal in #770
  • Change the mismatched VCPKG_ROOT message to note which vcpkg.exe by @BillyONeal in #775
  • Mark functions as static and const by @AtariDreams in #764
  • std::move has no effect on const variables by @AtariDreams in #758
  • Special case language 1033 to use the default messages rather than an "en" json file. by @BillyONeal in #776
  • Unbreak fmt upgrades by @dg0yt in #783
  • Force disable file locking when invoking vcpkg recursively. by @BillyONeal in #779
  • Delete artifacts telemetry and use vcpkg's telemetry instead. by @BillyONeal in #774
  • Don't store a nontrivial type in std::atomic. by @BillyONeal in #785
  • Fix macro warnings by @dg0yt in #787
  • Make pushing back to vectors more efficient by @AtariDreams in #755
  • Fix "add" adding transitive dependencies with "undefined" versions. by @BillyONeal in #771
  • Support Node 18. by @BillyONeal in #786
  • Fix segfault by @autoantwort in #796
  • e2e tests: Color output by @autoantwort in #792
  • Run tests with sanitizers by @autoantwort in #795
  • Update one-liner and scripts SHA. by @BillyONeal in #799
  • Fix e2e test on arm64-osx by @autoantwort in #791
  • Use system CMake to unpack if available during 7z bootstrap by @vicroms in #793
  • Fix --keep-going in manifest mode. by @Neumann-A in #798
  • Update MacOS with new signing certs, as requested by DevDiv by @BillyONeal in #803
  • Use unique identifier to match return codes in the output by @autoantwort in #804
  • Turn on CodeQL and fix BinSkim regressions by @BillyONeal in #805

New Contributors

Full Changelog: 2022-10-17...2022-11-10

2022-10-17 Release

17 Oct 21:33
3247920
Compare
Choose a tag to compare

This release should be considered a hotfix for 2022-10-12.

What's Changed

  • cmake_minimum_required needs ... not .. by @Neumann-A in #745
  • Revert "Delete --project from all vcpkg-artifacts commands" by @BillyONeal in #750

Full Changelog: 2022-10-12...2022-10-17