Skip to content

Commit

Permalink
Update changelog (for v1.0.6) and release notes (v.1.0.6, v1.0.5, v1.…
Browse files Browse the repository at this point in the history
…0.4, v1.0.4.1) (#1732)
  • Loading branch information
alerickson authored Oct 22, 2024
1 parent 5bbc687 commit d7d5808
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG/1.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 1.0 Changelog

## [1.0.6](https://github.com/PowerShell/PSResourceGet/compare/v1.0.5..v1.0.6) - 2024-10-10

- Bump System.Text.Json to 8.0.5

## [1.0.5](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4.1...v1.0.5) - 2024-05-13

### Bug Fixes
Expand Down
29 changes: 29 additions & 0 deletions src/Microsoft.PowerShell.PSResourceGet.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,35 @@
- Fix for swallowed exceptions (#1569)
- Fix for PSResourceGet not working in Constrained Languange Mode (#1564)
## 1.0.6
- Bump System.Text.Json to 8.0.5
## [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!)
- Fix requiring `tags` in server response (#1627 Thanks @evelyn-bi!)
- Add 10 minute timeout to HTTPClient (#1626)
- Fix save script without `-IncludeXml` (#1609, #1614 Thanks @o-l-a-v!)
- PAT token fix to translate into HttpClient 'Basic Authorization'(#1599 Thanks @gerryleys!)
- Fix incorrect request url when installing from ADO (#1597 Thanks @antonyoni!)
- Improved exception handling (#1569)
- Ensure that .NET methods are not called in order to enable use in Constrained Language Mode (#1564)
- PSResourceGet packaging update
## [1.0.4.1](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4...v1.0.4.1) - 2024-04-05
- PSResourceGet packaging update
## [1.0.4](https://github.com/PowerShell/PSResourceGet/compare/v1.0.3...v1.0.4) - 2024-04-05
### Patch
- Dependency package updates
## 1.0.3
### Bug Fixes
Expand Down

0 comments on commit d7d5808

Please sign in to comment.