From 7891fe3a3fcee0da2bae9794557e8f479f66c29a Mon Sep 17 00:00:00 2001 From: devolutionsbot <31221910+devolutionsbot@users.noreply.github.com> Date: Tue, 19 May 2026 11:31:17 -0400 Subject: [PATCH] chore(release): prepare for publishing --- rust/crates/pinget-cli/Cargo.toml | 2 +- rust/crates/pinget-core/CHANGELOG.md | 9 +++++++++ rust/crates/pinget-core/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/rust/crates/pinget-cli/Cargo.toml b/rust/crates/pinget-cli/Cargo.toml index 269e880..4e498bf 100644 --- a/rust/crates/pinget-cli/Cargo.toml +++ b/rust/crates/pinget-cli/Cargo.toml @@ -13,7 +13,7 @@ path = "src/main.rs" [dependencies] anyhow = "1.0.102" clap = { version = "4.6.1", features = ["derive"] } -pinget-core = { version = "0.4.2", path = "../pinget-core" } +pinget-core = { version = "0.5.0", path = "../pinget-core" } chrono = "0.4.44" dirs = "6.0" jsonschema = "0.30" diff --git a/rust/crates/pinget-core/CHANGELOG.md b/rust/crates/pinget-core/CHANGELOG.md index 27b18cb..a5d303f 100644 --- a/rust/crates/pinget-core/CHANGELOG.md +++ b/rust/crates/pinget-core/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0](https://github.com/Devolutions/pinget/compare/pinget-core-v0.4.2...pinget-core-v0.5.0) - 2026-05-19 + +### Other + +- Fix for failing check +- Filter upgrades to architectures the host can run +- Enhance pinget upgrade output ([#23](https://github.com/Devolutions/pinget/pull/23)) +- *(release)* prepare for publishing + ## [0.4.2](https://github.com/Devolutions/pinget/compare/pinget-core-v0.4.1...pinget-core-v0.4.2) - 2026-05-13 ### Other diff --git a/rust/crates/pinget-core/Cargo.toml b/rust/crates/pinget-core/Cargo.toml index 481b5fc..98c0d04 100644 --- a/rust/crates/pinget-core/Cargo.toml +++ b/rust/crates/pinget-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pinget-core" -version = "0.4.2" +version = "0.5.0" edition = "2024" description = "Pure Rust Pinget core library that works directly with source caches, REST endpoints, and installed package state without COM." license = "MIT"