From 0eab64df35f636000c31c9393e9a7f7ecf92b155 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Tue, 21 Jan 2020 17:58:53 +0000 Subject: [PATCH 1/2] Use consistent date format in markdown files Change to international date format to match date format in `CHANGELOG/6.1.md` etc. --- CHANGELOG/6.2.md | 8 ++++---- CHANGELOG/preview.md | 18 +++++++++--------- .../PowerShellCoreTestStatus.md | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG/6.2.md b/CHANGELOG/6.2.md index 02fd99b473e..1972ac3ff02 100644 --- a/CHANGELOG/6.2.md +++ b/CHANGELOG/6.2.md @@ -1,6 +1,6 @@ # 6.2 Changelog -## v6.2.3 - 09/12/2019 +## v6.2.3 - 2019-09-12 ### Engine Updates and Fixes @@ -15,7 +15,7 @@ - Update DotNet SDK and runtime framework version (Internal 9946) - Fix macOS build break (#10207) -## v6.2.2 - 07/16/2019 +## v6.2.2 - 2019-07-16 ### Breaking Changes @@ -36,7 +36,7 @@ - Bump `System.Net.Http.WinHttpHandler` from `4.5.3` to `4.5.4` (#9789) - Enable building of MSIX package (#9289, #9715) -## v6.2.1 - 05/21/2019 +## v6.2.1 - 2019-05-21 ### Engine Updates and Fixes @@ -74,7 +74,7 @@ - Add component detection to all jobs (#8964) - Move artifacts to artifact staging directory before uploading (#9273) -## v6.2.0 - 03/28/2019 +## v6.2.0 - 2019-03-28 ### Breaking Changes diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index 646e53f9219..caabff7dfe9 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -1,9 +1,9 @@ # Current preview Changelog -## v7.0.0-rc.2 - 1/16/2020 +## v7.0.0-rc.2 - 2020-01-16 ### Breaking Changes -- Use `ISOWeek` for week numbers in `Get-Date` accounting for leap years (#11536) (Thanks @paalbra!) +- Use `ISOWeek` for week numbers in `Get-Date` accounting for leap years #11536 (Thanks @paalbra!) ### Engine Updates and Fixes - Revert the PRs that made `DBNull.Value` and `NullString.Value` treated as `$null` (#11584) @@ -67,7 +67,7 @@ ### Documentation and Help Content - Fix broken link in debugging `README.md` (#11503) -## v7.0.0-rc.1 - 12/16/2019 +## v7.0.0-rc.1 - 2019-12-16 ### Breaking Changes - Make update notification support `LTS` and default channels (#11132) @@ -118,7 +118,7 @@ - Refactor change logs into one log per release (#11165) - Fix `FWLinks` for PowerShell 7 online help documents (#11071) -## v7.0.0-preview.6 - 11/21/2019 +## v7.0.0-preview.6 - 2019-11-21 ### Breaking Changes @@ -234,7 +234,7 @@ - Fix to `Select-String` emphasis and `Import-DscResource` in CHANGELOG.md (#10890) - Remove the stale link from `powershell-beginners-guide.md` (#10926) -## v7.0.0-preview.5 - 10/23/2019 +## v7.0.0-preview.5 - 2019-10-23 ### Breaking Changes @@ -342,7 +342,7 @@ - Add processor architecture to distribution request template (#10661) - Add new PowerShell MoL book to learning PowerShell docs (#10602) -## v7.0.0-preview.4 - 09/19/2019 +## v7.0.0-preview.4 - 2019-09-19 ### Engine Updates and Fixes @@ -414,7 +414,7 @@ - Add a reference to `PSKoans` module to Learning Resources documentation (#10369) (Thanks @vexx32!) - Update `README.md` and `metadata.json` for `7.0.0-preview.3` (#10393) -## v7.0.0-preview.3 - 08/20/2019 +## v7.0.0-preview.3 - 2019-08-20 ### Breaking Changes @@ -497,7 +497,7 @@ - Create `Distribution_Request` issue template (#10253) - Fix: Removed dependency file with `Dependabot` (#10212) (Thanks @RDIL!) -## v7.0.0-preview.2 - 07/17/2019 +## v7.0.0-preview.2 - 2019-07-17 ### Breaking Changes @@ -621,7 +621,7 @@ - Update readme `gitter` badge (#9920) (Thanks @RDIL!) - Update `README` and `metadata.json` for `7.0.0-preview.1` release (#9767) -## v7.0.0-preview.1 - 05/30/2019 +## v7.0.0-preview.1 - 2019-05-30 ### Breaking Changes diff --git a/docs/testing-guidelines/PowerShellCoreTestStatus.md b/docs/testing-guidelines/PowerShellCoreTestStatus.md index 6cb2853080f..ff8d225b7aa 100644 --- a/docs/testing-guidelines/PowerShellCoreTestStatus.md +++ b/docs/testing-guidelines/PowerShellCoreTestStatus.md @@ -12,7 +12,7 @@ Here are some statistics about our current test coverage: - More than 1200 tests have been created to validate the PowerShell Core cmdlets ## PowerShell Cmdlets -The follow table represents the test coverage of the PowerShell Core Cmdlets in relation to the delivery platform as of 8/17/2016: +The follow table represents the test coverage of the PowerShell Core Cmdlets in relation to the delivery platform as of 2016-08-17: | Name | Linux | Windows | Test Coverage | |---|---|---|:---:| From 5f2a89b6c5ae01a522e3377b26cbe87d0f715739 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Tue, 21 Jan 2020 22:45:19 +0000 Subject: [PATCH 2/2] Add links to compare view on Github --- CHANGELOG/6.0.md | 90 +++++++++++++++++++++++++++++--------------- CHANGELOG/6.1.md | 47 +++++++++++++++-------- CHANGELOG/6.2.md | 28 +++++++++----- CHANGELOG/preview.md | 25 ++++++++---- 4 files changed, 127 insertions(+), 63 deletions(-) diff --git a/CHANGELOG/6.0.md b/CHANGELOG/6.0.md index e212e3d9491..23a486203d7 100644 --- a/CHANGELOG/6.0.md +++ b/CHANGELOG/6.0.md @@ -1,6 +1,6 @@ # 6.0 Changelog -## v6.0.0 - 2018-01-10 +## [6.0.0] - 2018-01-10 ### Breaking changes @@ -33,7 +33,7 @@ - Fix incorrect release date on the changelog (#5698) (Thanks @SwarfegaGit!) - Add instructions to deploy `win-arm` build on Windows IoT (#5682) -## v6.0.0-rc.2 - 2017-12-14 +## [6.0.0-rc.2] - 2017-12-14 ### Breaking changes @@ -107,7 +107,7 @@ work is required for Microsoft to continue to sign and release packages from the - Remove exclusion for hang and add context exception for remaining instances (#5595) - Replace `strlen` with `strnlen` in native code (#5510) -## v6.0.0-rc - 2017-11-16 +## [6.0.0-rc] - 2017-11-16 ### Breaking changes @@ -216,7 +216,7 @@ work is required for Microsoft to continue to sign and release packages from the - Set `requestedExecutionLevel` to `asInvoker` for `pwsh.exe` on Windows. (#5285) - Add `HighEntropyVA` to building pwsh. (#5455) -## v6.0.0-beta.9 - 2017-10-24 +## [6.0.0-beta.9] - 2017-10-24 ### Breaking changes @@ -317,7 +317,7 @@ work is required for Microsoft to continue to sign and release packages from the - Fix VSCode `launch.json` to point to `pwsh`. (#5189) - Add example of how to create .NET Core cmdlet with Visual Studio. (#5096) -## v6.0.0-beta.8 - 2017-10-05 +## [6.0.0-beta.8] - 2017-10-05 ### Breaking changes @@ -422,7 +422,7 @@ work is required for Microsoft to continue to sign and release packages from the * Added instructions to get permission to use PowerShell image assets. (#4938) * Added demo for using Windows PowerShell modules. (#4886) -## v6.0.0-beta.7 - 2017-09-13 +## [6.0.0-beta.7] - 2017-09-13 ### Breaking change @@ -497,7 +497,7 @@ work is required for Microsoft to continue to sign and release packages from the * Update using-vscode.md to use the new exe path (#4736) * Update coding guidelines to make it more concrete and useful in a review process (#4754) -## v6.0.0-beta.6 - 2017-08-24 +## [6.0.0-beta.6] - 2017-08-24 ### Breaking change @@ -567,7 +567,7 @@ PowerShell 6.0 will be exclusively built on top of CoreCLR, so we are removing a large amount of code that's built only for FullCLR. To read more about this, check out [this blog post](https://blogs.msdn.microsoft.com/powershell/2017/07/14/powershell-6-0-roadmap-coreclr-backwards-compatibility-and-more/). -## v6.0.0-beta.5 - 2017-08-02 +## [6.0.0-beta.5] - 2017-08-02 ### Breaking changes @@ -625,7 +625,7 @@ PowerShell 6.0 will be exclusively built on top of CoreCLR, so we are removing a large amount of code that's built only for FullCLR. To read more about this, check out [this blog post](https://blogs.msdn.microsoft.com/powershell/2017/07/14/powershell-6-0-roadmap-coreclr-backwards-compatibility-and-more/). -## v6.0.0-beta.4 - 2017-07-12 +## [6.0.0-beta.4] - 2017-07-12 ## Windows PowerShell backwards compatibility @@ -669,7 +669,7 @@ For more information on this, we invite you to read [this blog post explaining P - Added recommended settings for VS Code. (#4054) (Thanks to @iSazonov!) -## v6.0.0-beta.3 - 2017-06-20 +## [6.0.0-beta.3] - 2017-06-20 ### Breaking changes @@ -727,7 +727,7 @@ For more information on this, we invite you to read [this blog post explaining P - Make hosting PowerShell Core in your own .NET applications much easier by refactoring PowerShell Core to use the default CoreCLR loader. (#3903) - Update `Add-Type` to support `CSharpVersion7`. (#3933) (Thanks to @iSazonov) -## v6.0.0-beta.2 - 2017-06-01 +## [6.0.0-beta.2] - 2017-06-01 ### Support backgrounding of pipelines with ampersand (`&`) (#3360) @@ -761,7 +761,7 @@ For more information on this, we invite you to read [this blog post explaining P - Fix an issue where PSReadline was not rendering multi-line prompts correctly on macOS/Linux. (#3867) - Fix an issue where PSReadline was not working on Nano Server. (#3815) -## v6.0.0-beta.1 - 2017-05-08 +## [6.0.0-beta.1] - 2017-05-08 ### Move to .NET Core 2.0 (.NET Standard 2.0 support) @@ -837,7 +837,7 @@ If you have any questions or comments about our telemetry, please file an issue. - Improve error messages for `ValidateCountAttribute`. (#3656) (Thanks to @iSazonov) - Update `ValidatePatternAttribute`, `ValidateSetAttribute` and `ValidateScriptAttribute` to allow users to more easily specify customized error messages. (#2728) (Thanks to @powercode) -## v6.0.0-alpha.18 - 2017-04-05 +## [6.0.0-alpha.18] - 2017-04-05 ### Progress Bar @@ -874,7 +874,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - Fix the JEA transcription to include the endpoint configuration name in the transcript header. (#2890) - Fix `Get-Help` in a JEA session. (#2988) -## v6.0.0-alpha.17 - 2017-03-08 +## [6.0.0-alpha.17] - 2017-03-08 - Update PSRP client libraries for Linux and Mac. - We now support customer configurations for Office 365 interaction, as well as NTLM authentication for WSMan based remoting from Linux (more information [here](https://github.com/PowerShell/psl-omi-provider/releases/tag/v1.0.0.18)). (#3271) @@ -903,7 +903,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - Remove year from PowerShell copyright banner at start-up. (#3204) (Thanks to @kwiknick!) - Fixed spelling for the property name `BiosSerialNumber` for `Get-ComputerInfo`. (#3167) (Thanks to @iSazonov!) -## v6.0.0-alpha.16 - 2017-02-15 +## [6.0.0-alpha.16] - 2017-02-15 - Add `WindowsUBR` property to `Get-ComputerInfo` result - Cache padding strings to speed up formatting a little @@ -918,7 +918,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - Fix parser error reporting for incomplete input to allow defining class in interactive host - Add the `RoleCapabilityFiles` keyword for JEA support on Windows -## v6.0.0-alpha.15 - 2017-01-18 +## [6.0.0-alpha.15] - 2017-01-18 - Use parentheses around file length for offline files - Fix issues with the Windows console mode (terminal emulation) and native executables @@ -932,7 +932,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - `Invoke-RestMethod` improvements for non-XML non-JSON input - PSRP remoting now works on CentOS without addition setup -## v6.0.0-alpha.14 - 2016-12-14 +## [6.0.0-alpha.14] - 2016-12-14 - Moved to .NET Core 1.1 - Add Windows performance counter cmdlets to PowerShell Core @@ -947,7 +947,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - Fix `Invoke-WebRequest` with non-text responses on non-Windows platforms - `Write-Progress` performance improvement from `alpha13` reverted because it introduced crash with a race condition -## v6.0.0-alpha.13 - 2016-11-22 +## [6.0.0-alpha.13] - 2016-11-22 - Fix `NullReferenceException` in binder after turning on constrained language mode - Enable `Invoke-WebRequest` and `Invoke-RestMethod` to not validate the HTTPS certificate of the server if required. @@ -973,7 +973,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - Update build scripts to support win7-x86 runtime - Move PackageManagement code/test to oneget.org -## v6.0.0-alpha.12 - 2016-11-03 +## [6.0.0-alpha.12] - 2016-11-03 - Fix `Get-ChildItem -Recurse -ErrorAction Ignore` to ignore additional errors - Don't block pipeline when running Windows EXE's @@ -992,7 +992,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - Exclude Registry and Certificate providers from UNIX PS - Update PowerShell Core to consume .Net Core preview1-24530-04 -## v6.0.0-alpha.11 - 2016-10-17 +## [6.0.0-alpha.11] - 2016-10-17 - Add '-Title' to 'Get-Credential' and unify the prompt experience - Update dependency list for PowerShell Core on Linux and OS X @@ -1008,7 +1008,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - Fix 'Get-Help -Online' in PowerShell Core on Windows - Spelling/grammar fixes -## v6.0.0-alpha.10 - 2016-09-15 +## [6.0.0-alpha.10] - 2016-09-15 - Fix passing escaped double quoted spaces to native executables - Add DockerFiles to build each Linux distribution @@ -1020,13 +1020,13 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - Fix `Install-Module` version comparison bug - Spelling fixes -## v6.0.0-alpha.9 - 2016-08-15 +## [6.0.0-alpha.9] - 2016-08-15 - Better man page - Added third-party and proprietary licenses - Added license to MSI -## v6.0.0-alpha.8 - 2016-08-11 +## [6.0.0-alpha.8] - 2016-08-11 - PowerShell packages pre-compiled with crossgen - `Get-Help` content added @@ -1049,7 +1049,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - Desired State Configuration MOF compilation ported to Linux - Windows 2012 R2 / Windows 8.1 remoting enabled -## v6.0.0-alpha.7 - 2016-07-26 +## [6.0.0-alpha.7] - 2016-07-26 - Invoke-WebRequest and Invoke-RestMethod ported to PowerShell Core - Set PSReadline default edit mode to Emacs on Linux @@ -1067,7 +1067,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - FileCatalog cmdlets added back for Windows - Get-ComputerInfo cmdlet added back for Windows -## v0.6.0 - 2016-07-08 +## [0.6.0] - 2016-07-08 - Targets .NET Core 1.0 release - PowerShellGet enabled @@ -1081,7 +1081,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - Source Depot synced to baseline changeset 717473 - SecureString stub replaced with .NET Core package -## v0.5.0 - 2016-06-16 +## [0.5.0] - 2016-06-16 - Paths given to cmdlets are now slash-agnostic (both / and \ work as directory separator) - Lack of cmdlet support for paths with literal \ is a known issue @@ -1102,7 +1102,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - Linux xUnit tests are running again - Many more Pester tests are running -## v0.4.0 - 2016-05-17 +## [0.4.0] - 2016-05-17 - PSReadline is ported and included by default - Original Windows ConsoleHost is ported and replaced CoreConsoleHost @@ -1113,7 +1113,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - Microsoft.Management.Infrastructure.Native replaced with package - Many more Pester tests -## v0.3.0 - 2016-04-11 +## [0.3.0] - 2016-04-11 - Supports Windows, Nano, OS X, Ubuntu 14.04, and CentOS 7.1 - .NET Core packages are build rc3-24011 @@ -1135,7 +1135,7 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - Documentation was completely overhauled - Many more Pester and xUnit tests added -## v0.2.0 - 2016-03-08 +## [0.2.0] - 2016-03-08 - Supports Windows, OS X, Ubuntu 14.04, and CentOS 7.1 - .NET Core packages are build 23907 @@ -1146,6 +1146,36 @@ We made a number of fixes to the progress bar rendering and the `ProgressRecord` - `Add-Type` now works - PowerShell code merged with upstream `rs1_srv_ps` -## v0.1.0 - 2016-02-23 +## 0.1.0 - 2016-02-23 - Supports Windows, OS X, and Ubuntu 14.04 + +[6.0.0]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-rc.2...v6.0.0 +[6.0.0-rc.2]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-rc...v6.0.0-rc.2 +[6.0.0-rc]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.9...v6.0.0-rc +[6.0.0-beta.9]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.8...v6.0.0-beta.9 +[6.0.0-beta.8]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.7...v6.0.0-beta.8 +[6.0.0-beta.7]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.6...v6.0.0-beta.7 +[6.0.0-beta.6]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.5...v6.0.0-beta.6 +[6.0.0-beta.5]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.4...v6.0.0-beta.5 +[6.0.0-beta.4]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.3...v6.0.0-beta.4 +[6.0.0-beta.3]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.2...v6.0.0-beta.3 +[6.0.0-beta.2]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-beta.1...v6.0.0-beta.2 +[6.0.0-beta.1]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.18...v6.0.0-beta.1 +[6.0.0-alpha.18]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.17...v6.0.0-alpha.18 +[6.0.0-alpha.17]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.16...v6.0.0-alpha.17 +[6.0.0-alpha.16]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.15...v6.0.0-alpha.16 +[6.0.0-alpha.15]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.14...v6.0.0-alpha.15 +[6.0.0-alpha.14]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.13...v6.0.0-alpha.14 +[6.0.0-alpha.13]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.12...v6.0.0-alpha.13 +[6.0.0-alpha.12]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.11...v6.0.0-alpha.12 +[6.0.0-alpha.11]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.10...v6.0.0-alpha.11 +[6.0.0-alpha.10]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.9...v6.0.0-alpha.10 +[6.0.0-alpha.9]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.8...v6.0.0-alpha.9 +[6.0.0-alpha.8]: https://github.com/PowerShell/PowerShell/compare/v6.0.0-alpha.7...v6.0.0-alpha.8 +[6.0.0-alpha.7]: https://github.com/PowerShell/PowerShell/compare/v0.6.0...v6.0.0-alpha.7 +[0.6.0]: https://github.com/PowerShell/PowerShell/compare/v0.5.0...v0.6.0 +[0.5.0]: https://github.com/PowerShell/PowerShell/compare/v0.4.0...v0.5.0 +[0.4.0]: https://github.com/PowerShell/PowerShell/compare/v0.3.0...v0.4.0 +[0.3.0]: https://github.com/PowerShell/PowerShell/compare/v0.2.0...v0.3.0 +[0.2.0]: https://github.com/PowerShell/PowerShell/compare/v0.1.0...v0.2.0 diff --git a/CHANGELOG/6.1.md b/CHANGELOG/6.1.md index 53913e51906..f8e12f47001 100644 --- a/CHANGELOG/6.1.md +++ b/CHANGELOG/6.1.md @@ -1,12 +1,12 @@ # 6.1 Changelog -## 6.1.6 - 2019-09-12 +## [6.1.6] - 2019-09-12 ### Build and Packaging Improvements - Update DotNet SDK and runtime framework version (Internal 9945) -## 6.1.5 - 2019-07-16 +## [6.1.5] - 2019-07-16 ### Breaking changes @@ -21,7 +21,7 @@ - Integrate building NuGet package in the coordinated build (#8947) (#9708) - Bump `Newtonsoft.Json` (#9662) -## 6.1.4 - 2019-05-21 +## [6.1.4] - 2019-05-21 ### Build and Packaging Improvements @@ -35,7 +35,7 @@ - Add `AccessToken` variable to jobs that perform signing (#9351) - Support release branches based on the forward slash separator (#8903) -## 6.1.3 - 2019-02-14 +## [6.1.3] - 2019-02-14 ### Engine Updates and Fixes @@ -68,7 +68,7 @@ - Update DotNet SDK and Runtime version (Internal 7004) - Add `binskim` to coordinated build and increase timeout (#8834) -## v6.1.2 - 2019-01-15 +## [6.1.2] - 2019-01-15 ### Tests @@ -85,7 +85,7 @@ - Update version for README, Alpine docker file and hosting tests (Internal 6438) -## v6.1.1 - 2018-11-13 +## [6.1.1] - 2018-11-13 ### Engine Updates and Fixes @@ -96,7 +96,7 @@ - Use `ZipFile` and `ExtractToDirectory` APIs to extract zip file (Internal 5608) -## v6.0.5 - 2018-11-13 +## [6.0.5] - 2018-11-13 ### Engine updates and fixes @@ -116,7 +116,7 @@ - Bump various packages to latest patch version (Internal 5675) - Update PowerShell SDK NuGet various metadata description (Internal 4527, 4510, 4505) -## v6.0.4 - 2018-08-10 +## [6.0.4] - 2018-08-10 ### Build and Packaging Improvements @@ -134,7 +134,7 @@ - Change API to match cmdlet which is more reliable in `AzDevOps` Pipelines Windows (#8003) - Fix conflict with `Get-AdlStoreChildItem` from `az` module in tab completion tests (#8167) -## v6.1.0 - 2018-09-13 +## [6.1.0] - 2018-09-13 ### Engine Updates and Fixes @@ -200,7 +200,7 @@ - Add VSTS CI build badges for master branch to `README.md` (#7691) (Thanks @bergmeister!) - Add a paragraph in `CONTRIBUTING.md` about updating `files.wxs` (#7695) (Thanks @iSazonov!) -## v6.1.0-rc.1 - 2018-08-22 +# [6.1.0-rc.1]- 2018-08-22 ### Engine Updates and Fixes @@ -295,7 +295,7 @@ - Add `Former Repository Maintainers` section in `maintainers/README.md` (#7475) - Update the `HelpUri` for `Get-ExperimentalFeature` (#7466) -## v6.1.0-preview.4 - 2018-07-19 +# [6.1.0-preview.4]- 2018-07-19 ### Breaking Changes @@ -413,7 +413,7 @@ - Comment about dynamic members for the `DotNetAdapter`, `GetMember` and `GetMembers` (#7087) - Update the PowerShell executable location in building guide docs (#7205) (Thanks @louistio!) -## v6.1.0-preview.3 - 2018-06-07 +# [6.1.0-preview.3]- 2018-06-07 ### Breaking Changes @@ -506,7 +506,7 @@ - Update documentation on how to write tests verifying errors conditions (#6687) - Fix preview download links in `README.md` (#6762) -## v6.1.0-preview.2 - 2018-04-27 +# [6.1.0-preview.2]- 2018-04-27 ### Breaking Changes @@ -594,7 +594,7 @@ - Update stale bot message (#6462) (Thanks @iSazonov!) - Remove extraneous SSH and install docs from the 'demos' folder (#6628) -## v6.1.0-preview.1 - 2018-03-23 +# [6.1.0-preview.1]- 2018-03-23 ### Breaking Changes @@ -743,7 +743,7 @@ - Correct a Linux installation typo (#6219) (Thanks @mababio!) - Change synopsis of `install-powershell.ps1` to reflect that it works cross-platform (#5465) (Thanks @bergmeister!) -## v6.0.2 - 2018-03-15 +## [6.0.2] - 2018-03-15 ### Engine updates and fixes @@ -767,7 +767,7 @@ (#5871, #6221, #6254, #6303, #6356, #6208, #6334, #6379, #6094, #6192) - MSI: Use `HKLM` instead of `HKCU` registry keys since the current installation scope is per-machine. (#5915) (Thanks @bergmeister!) -## v6.0.1 - 2018-01-25 +## [6.0.1] - 2018-01-25 ### Engine updates and fixes @@ -780,3 +780,18 @@ ### Test - Update regular expression to validate `GitCommitId` in `$PSVersionTable` to not require a pre-release tag (#5893) + +[6.1.6]: https://github.com/PowerShell/PowerShell/compare/v6.1.5...v6.1.6 +[6.1.5]: https://github.com/PowerShell/PowerShell/compare/v6.1.4...v6.1.5 +[6.1.4]: https://github.com/PowerShell/PowerShell/compare/v6.1.3...v6.1.4 +[6.1.3]: https://github.com/PowerShell/PowerShell/compare/v6.1.2...v6.1.3 +[6.1.2]: https://github.com/PowerShell/PowerShell/compare/v6.1.1...v6.1.2 +[6.1.1]: https://github.com/PowerShell/PowerShell/compare/v6.1.0...v6.1.1 +[6.1.0]: https://github.com/PowerShell/PowerShell/compare/v6.1.0-rc.1...v6.1.0 +[6.1.0-rc.1]: https://github.com/PowerShell/PowerShell/compare/v6.1.0-preview.4...v6.1.0-rc.1 +[6.1.0-preview.4]: https://github.com/PowerShell/PowerShell/compare/v6.1.0-preview.3...v6.1.0-preview.4 +[6.1.0-preview.3]: https://github.com/PowerShell/PowerShell/compare/v6.1.0-preview.2...v6.1.0-preview.3 +[6.1.0-preview.2]: https://github.com/PowerShell/PowerShell/compare/v6.1.0-preview.1...v6.1.0-preview.2 +[6.1.0-preview.1]: https://github.com/PowerShell/PowerShell/compare/v6.0.2...v6.1.0-preview.1 +[6.0.2]: https://github.com/PowerShell/PowerShell/compare/v6.0.1...v6.0.2 +[6.0.1]: https://github.com/PowerShell/PowerShell/compare/v6.0.0...v6.0.1 diff --git a/CHANGELOG/6.2.md b/CHANGELOG/6.2.md index 1972ac3ff02..01dd4cabafc 100644 --- a/CHANGELOG/6.2.md +++ b/CHANGELOG/6.2.md @@ -1,6 +1,6 @@ # 6.2 Changelog -## v6.2.3 - 2019-09-12 +## [6.2.3] - 2019-09-12 ### Engine Updates and Fixes @@ -15,7 +15,7 @@ - Update DotNet SDK and runtime framework version (Internal 9946) - Fix macOS build break (#10207) -## v6.2.2 - 2019-07-16 +## [6.2.2] - 2019-07-16 ### Breaking Changes @@ -36,7 +36,7 @@ - Bump `System.Net.Http.WinHttpHandler` from `4.5.3` to `4.5.4` (#9789) - Enable building of MSIX package (#9289, #9715) -## v6.2.1 - 2019-05-21 +## [6.2.1] - 2019-05-21 ### Engine Updates and Fixes @@ -74,7 +74,7 @@ - Add component detection to all jobs (#8964) - Move artifacts to artifact staging directory before uploading (#9273) -## v6.2.0 - 2019-03-28 +## [6.2.0] - 2019-03-28 ### Breaking Changes @@ -132,7 +132,7 @@ - Update docs for `6.2.0-rc.1` release (#9022) -## v6.2.0-rc.1 - 2019-03-05 +## [6.2.0-rc.1] - 2019-03-05 ### Breaking Changes @@ -267,7 +267,7 @@ - Updated `basics.md` to add a link for showing example for installing git on all package managers (#8735) (Thanks @RDIL!) - Update `README.md` for `preview.4` (#8772) -## v6.2.0-preview.4 - 2019-01-28 +## [6.2.0-preview.4] - 2019-01-28 ### Breaking Changes @@ -447,7 +447,7 @@ - Update contributing guidelines doc to run spellchecking in English (#8473) (Thanks @RDIL!) - Updating links to point to new VS Code docs (#8468) -## v6.2.0-preview.3 - 2018-12-10 +## [6.2.0-preview.3] - 2018-12-10 ### Breaking Changes @@ -526,7 +526,7 @@ - Remove all reference to `AppVeyor` and `Travis CI` from docs (#8376) - Change default issue template to use different categories (#8203) -## v6.2.0-preview.2 - 2018-11-15 +## [6.2.0-preview.2] - 2018-11-15 ### Breaking Changes @@ -642,7 +642,7 @@ - Update URLs to use `HTTPS` instead of `HTTP` in the documentation (#8165) (Thanks @RDIL!) - Remove #7633 from `v6.2.0-preview.1` `CHANGELOG.md` updates. (#8101) (Thanks @stknohg!) -## v6.2.0-preview.1 - 2018-10-18 +## [6.2.0-preview.1] - 2018-10-18 ### Breaking Changes @@ -778,3 +778,13 @@ - Add a paragraph on `files.wxs` updating (#7695) (Thanks @iSazonov!) - Update `CONTRIBUTION.md` about adding an empty line after the copyright header (#7706) (Thanks @iSazonov!) - Update docs about .NET Core version `2.0` to be about version `2.x` (#7467) (Thanks @bergmeister!) + +[6.2.3]: https://github.com/PowerShell/PowerShell/compare/v6.2.2...v6.2.3 +[6.2.2]: https://github.com/PowerShell/PowerShell/compare/v6.2.1...v6.2.2 +[6.2.1]: https://github.com/PowerShell/PowerShell/compare/v6.2.0...v6.2.1 +[6.2.0]: https://github.com/PowerShell/PowerShell/compare/v6.2.0-rc.1...v6.2.0 +[6.2.0-rc.1]: https://github.com/PowerShell/PowerShell/compare/v6.2.0-rc.1...v6.2.0 +[6.2.0-preview.4]: https://github.com/PowerShell/PowerShell/compare/v6.2.0-preview.3...v6.2.0-preview.4 +[6.2.0-preview.3]: https://github.com/PowerShell/PowerShell/compare/v6.2.0-preview.2...v6.2.0-preview.3 +[6.2.0-preview.2]: https://github.com/PowerShell/PowerShell/compare/v6.2.0-preview.1...v6.2.0-preview.2 +[6.2.0-preview.1]: https://github.com/PowerShell/PowerShell/compare/v6.1.0...v6.2.0-preview.1 diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index caabff7dfe9..e0d9c74a518 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -1,6 +1,6 @@ # Current preview Changelog -## v7.0.0-rc.2 - 2020-01-16 +## [7.0.0-rc.2] - 2020-01-16 ### Breaking Changes - Use `ISOWeek` for week numbers in `Get-Date` accounting for leap years #11536 (Thanks @paalbra!) @@ -67,7 +67,7 @@ ### Documentation and Help Content - Fix broken link in debugging `README.md` (#11503) -## v7.0.0-rc.1 - 2019-12-16 +## [7.0.0-rc.1] - 2019-12-16 ### Breaking Changes - Make update notification support `LTS` and default channels (#11132) @@ -118,7 +118,7 @@ - Refactor change logs into one log per release (#11165) - Fix `FWLinks` for PowerShell 7 online help documents (#11071) -## v7.0.0-preview.6 - 2019-11-21 +## [7.0.0-preview.6] - 2019-11-21 ### Breaking Changes @@ -234,7 +234,7 @@ - Fix to `Select-String` emphasis and `Import-DscResource` in CHANGELOG.md (#10890) - Remove the stale link from `powershell-beginners-guide.md` (#10926) -## v7.0.0-preview.5 - 2019-10-23 +## [7.0.0-preview.5] - 2019-10-23 ### Breaking Changes @@ -342,7 +342,7 @@ - Add processor architecture to distribution request template (#10661) - Add new PowerShell MoL book to learning PowerShell docs (#10602) -## v7.0.0-preview.4 - 2019-09-19 +## [7.0.0-preview.4] - 2019-09-19 ### Engine Updates and Fixes @@ -414,7 +414,7 @@ - Add a reference to `PSKoans` module to Learning Resources documentation (#10369) (Thanks @vexx32!) - Update `README.md` and `metadata.json` for `7.0.0-preview.3` (#10393) -## v7.0.0-preview.3 - 2019-08-20 +## [7.0.0-preview.3] - 2019-08-20 ### Breaking Changes @@ -497,7 +497,7 @@ - Create `Distribution_Request` issue template (#10253) - Fix: Removed dependency file with `Dependabot` (#10212) (Thanks @RDIL!) -## v7.0.0-preview.2 - 2019-07-17 +## [7.0.0-preview.2] - 2019-07-17 ### Breaking Changes @@ -621,7 +621,7 @@ - Update readme `gitter` badge (#9920) (Thanks @RDIL!) - Update `README` and `metadata.json` for `7.0.0-preview.1` release (#9767) -## v7.0.0-preview.1 - 2019-05-30 +## [7.0.0-preview.1] - 2019-05-30 ### Breaking Changes @@ -870,3 +870,12 @@ - Documentation Cleanup (#8851) (Thanks @RDIL!) - Update docs for `6.2.0-rc.1` release (#9022) - Update release template (#8996) + +[7.0.0-rc.2]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-rc.1...v7.0.0-rc.2 +[7.0.0-rc.1]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-preview.6...v7.0.0-rc.1 +[7.0.0-preview.6]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-preview.5...v7.0.0-preview.6 +[7.0.0-preview.5]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-preview.4...v7.0.0-preview.5 +[7.0.0-preview.4]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-preview.3...v7.0.0-preview.4 +[7.0.0-preview.3]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-preview.2...v7.0.0-preview.3 +[7.0.0-preview.2]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-preview.1...v7.0.0-preview.2 +[7.0.0-preview.1]: https://github.com/PowerShell/PowerShell/compare/v6.2.0-rc.1...v7.0.0-preview.1