From dc0715386b48af2de7e836f28a63ae01152bbd65 Mon Sep 17 00:00:00 2001 From: devolutionsbot <31221910+devolutionsbot@users.noreply.github.com> Date: Tue, 1 Sep 2026 13:49:35 -0400 Subject: [PATCH] chore(release): prepare for publishing --- rust/crates/pinget-core/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/rust/crates/pinget-core/CHANGELOG.md b/rust/crates/pinget-core/CHANGELOG.md index 28e694c..507e1d9 100644 --- a/rust/crates/pinget-core/CHANGELOG.md +++ b/rust/crates/pinget-core/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0](https://github.com/Devolutions/pinget/compare/pinget-core-v0.10.0...pinget-core-v0.11.0) - 2026-09-01 + +### Other + +- Address review: unsafe env mutation and Auto precedence +- Drop a redundant Read import from the core test module +- Bump version to 0.11.0 +- Cover the source-mode environment variable end to end +- Let a host relocate storage without losing the machine's sources + ## [0.8.1](https://github.com/Devolutions/pinget/compare/pinget-core-v0.8.0...pinget-core-v0.8.1) - 2026-06-02 ### Other