Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions rust/crates/pinget-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0](https://github.com/Devolutions/pinget/compare/pinget-core-v0.8.2...pinget-core-v0.9.0) - 2026-06-10

### Fixed

- gate MSI elevation test on #[cfg(windows)]

### Other

- Bump version to 0.9.0
- Fix Rust lint on non-Windows targets
- Fix show metadata for mirrored WinGet sources
- Mirror system WinGet sources privately
- Use WinGet ARP identity metadata
- Show install progress phases
- Improve package listing parity
- Improve winget upgrade parity
- Avoid unchanged preindexed source downloads

## [0.8.1](https://github.com/Devolutions/pinget/compare/pinget-core-v0.8.0...pinget-core-v0.8.1) - 2026-06-02

### Other
Expand Down
Loading