Skip to content

Commit

Permalink
Merged PR 33152: Update changelog, release notes, and version for v1.…
Browse files Browse the repository at this point in the history
…1.0-RC2 release

#### AI description  (iteration 1)
#### PR Classification
Documentation and version update for release.

#### PR Summary
This pull request updates the changelog, release notes, and version information for the v1.1.0-RC2 release.
- `/src/Microsoft.PowerShell.PSResourceGet.psd1`: Updated `Prerelease` version to `RC2` and added release notes for v1.1.0-RC2.
- `/CHANGELOG/preview.md`: Added changelog entries for v1.1.0-RC2, including new features and bug fixes.
  • Loading branch information
alerickson committed Oct 31, 2024
1 parent 10ecb4d commit 7cf5caa
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG/preview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.1.0-RC2](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC1...v1.1.0-RC2) - 2024-10-30

### New Features
- Full Microsoft Artifact Registry integration (#1741)

### Bug Fixes

- Update to use OCI v2 APIs for Container Registry (#1737)
- Bug fixes for finding and installing from local repositories on Linux machines (#1738)
- Bug fix for finding package name with 4 part version from local repositories (#1739)

## [1.1.0-RC1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC1) - 2024-10-22

### New Features
Expand Down
13 changes: 12 additions & 1 deletion src/Microsoft.PowerShell.PSResourceGet.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'udres')
PrivateData = @{
PSData = @{
Prerelease = 'RC1'
Prerelease = 'RC2'
Tags = @('PackageManagement',
'PSEdition_Desktop',
'PSEdition_Core',
Expand All @@ -56,6 +56,17 @@
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
ReleaseNotes = @'
## 1.1.0-RC2
### New Features
- Full Microsoft Artifact Registry integration (#1741)
### Bug Fixes
- Update to use OCI v2 APIs for Container Registry (#1737)
- Bug fixes for finding and installing from local repositories on Linux machines (#1738)
- Bug fix for finding package name with 4 part version from local repositories (#1739)
## 1.1.0-RC1
### New Features
Expand Down

0 comments on commit 7cf5caa

Please sign in to comment.