diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-09 00:20:16 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-09 00:20:16 -0700 |
| commit | 3ef9df647299eeec7bcaf06aedb4281359e1a816 (patch) | |
| tree | 8e1d726d1cc9904671d58368a9ed254fd1d887ab | |
| parent | 26516fe485b0e9048dd4809256a7e4526957c6e9 (diff) | |
| download | vcpkg-3ef9df647299eeec7bcaf06aedb4281359e1a816.tar.gz vcpkg-3ef9df647299eeec7bcaf06aedb4281359e1a816.zip | |
Update CHANGELOG and bump version to v0.0.88
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rw-r--r-- | toolsrc/VERSION.txt | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4437cec17..ed5ce7c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +vcpkg (0.0.88) +-------------- + * `vcpkg_configure_cmake` has been modified to embed debug symbols within static libraries (using the /Z7 option). Most of the libraries in `vcpkg` had their versions bumped due to this. + * `vcpkg_configure_meson` has been modified in the same manner. + +-- vcpkg team <vcpkg@microsoft.com> SAT, 09 Sep 2017 00:30:00 -0800 + + vcpkg (0.0.87) -------------- * Add ports: diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt index 422bb25f0..feb2033f0 100644 --- a/toolsrc/VERSION.txt +++ b/toolsrc/VERSION.txt @@ -1 +1 @@ -"0.0.87"
\ No newline at end of file +"0.0.88"
\ No newline at end of file |
