diff --git a/CHANGELOG/1.0.md b/CHANGELOG/1.0.md index f4956b644..20348dea3 100644 --- a/CHANGELOG/1.0.md +++ b/CHANGELOG/1.0.md @@ -7,6 +7,7 @@ ## [1.0.5](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4.1...v1.0.5) - 2024-05-13 ### Bug Fixes + - Update `nuget.config` to use PowerShell packages feed (#1649) - Refactor V2ServerAPICalls and NuGetServerAPICalls to use object-oriented query/filter builder (#1645 Thanks @sean-r-williams!) - Fix unnecessary `and` for version globbing in V2ServerAPICalls (#1644 Thanks again @sean-r-williams!) @@ -422,7 +423,7 @@ All tests have been reviewed and rewritten as needed. ## 3.0.0-beta8 -### New Features +### New Features - Add `-Type` parameter to `Install-PSResource` - Add 'sudo' check for admin privileges in Unix in `Install-PSResource` @@ -436,7 +437,7 @@ All tests have been reviewed and rewritten as needed. ## 3.0.0-beta7 -### New Features +### New Features - Completed functionality for `Update-PSResource` - `Input-Object` parameter for `Install-PSResource` @@ -499,4 +500,5 @@ All tests have been reviewed and rewritten as needed. ## 3.0.0-beta1 ### BREAKING CHANGE -- Preview version of PowerShellGet. Many features are not fully implemented yet. Please see https://devblogs.microsoft.com/powershell/powershellget-3-0-preview1 for more details. + +- Preview version of PowerShellGet. Many features are not fully implemented yet. Please see for more details. diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index a27564140..28a334ffc 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -1,3 +1,5 @@ +# Preview Changelog + ## [1.1.0-RC1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC1) - 2024-09-13 ### New Features @@ -8,9 +10,9 @@ - Fix packaging name matching when searching in local repositories (#1731) - `Compress-PSResource` `-PassThru` now passes `FileInfo` instead of string (#1720) -- Fix for `Compress-PSResource` not properly compressing scripts (#1719) +- Fix for `Compress-PSResource` not properly compressing scripts (#1719) - Add `AcceptLicense` to Save-PSResource (#1718 Thanks @o-l-a-v!) -- Better support for NuGet v2 feeds (#1713 Thanks @o-l-a-v!) +- Better support for Azure DevOps Artifacts NuGet v2 feeds (#1713 Thanks @o-l-a-v!) - Better handling of `-WhatIf` support in `Install-PSResource` (#1531 Thanks @o-l-a-v!) - Fix for some nupkgs failing to extract due to empty directories (#1707 Thanks @o-l-a-v!) - Fix for searching for `-Name *` in `Find-PSResource` (#1706 Thanks @o-l-a-v!) @@ -34,8 +36,7 @@ ### New Features -- Support for Azure Container Registries (#1495, #1497-#1499, #1501, #1502, #1505, #1522, #1545, #1548, #1550, #1554, #1560, #1567, -#1573, #1576, #1587, #1588, #1589, #1594, #1598, #1600, #1602, #1604, #1615) +- Support for Azure Container Registries (#1495, #1497-#1499, #1501, #1502, #1505, #1522, #1545, #1548, #1550, #1554, #1560, #1567, #1573, #1576, #1587, #1588, #1589, #1594, #1598, #1600, #1602, #1604, #1615) ### Bug Fixes