From 84ff16769e062a228c4e8d86e79bbc7c1edcde54 Mon Sep 17 00:00:00 2001 From: devolutionsbot <31221910+devolutionsbot@users.noreply.github.com> Date: Wed, 13 May 2026 13:54:46 -0400 Subject: [PATCH] chore(release): prepare for publishing --- rust/crates/pinget-cli/Cargo.toml | 2 +- rust/crates/pinget-core/CHANGELOG.md | 6 ++++++ rust/crates/pinget-core/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/rust/crates/pinget-cli/Cargo.toml b/rust/crates/pinget-cli/Cargo.toml index 269e880..a234b72 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.4.3", 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..f8aa9ef 100644 --- a/rust/crates/pinget-core/CHANGELOG.md +++ b/rust/crates/pinget-core/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.3](https://github.com/Devolutions/pinget/compare/pinget-core-v0.4.2...pinget-core-v0.4.3) - 2026-05-13 + +### Other + +- *(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 d711c51..d52d807 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.4.3" edition = "2024" description = "Pure Rust Pinget core library that works directly with source caches, REST endpoints, and installed package state without COM." license = "MIT"