From 8974bf9bca06bf547b80d869842d4dcd7c44a16f Mon Sep 17 00:00:00 2001 From: Juarez Rudsatz Date: Thu, 26 Mar 2026 16:36:36 -0300 Subject: [PATCH 1/2] chore: update debian changelog --- changelog.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/changelog.txt b/changelog.txt index c3175dd..210d727 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,26 @@ +debian (0.9.2) stable; urgency=low + + * Fix Solr URL error messages and update scheme check by @paulheijman + * docs: added workflow diagram in the readme + * chore[ci]: upgrade actions/checkout@v6 + +debian (0.9.1) stable; urgency=low + + * Improve thread handling and add notes about non-stored fields + +debian (0.9.0) stable; urgency=low + + * Fix flag --iterate-by in command solrcopy backup + * Fix command solrcopy create for Solr deployment modes User-Managed and SolrCloud + * Improve docker compose provisioning used in local tests/CI to support versions 9.x and 10.x + * Test compatibility against Solr latest release ( 10.0) + * Upgrade crate dependencies to the latest version + * Upgrade Rust MSRV to v1.88 required by the upgrade from zip-rs to version [v8.x] + +debian (0.8.1) stable; urgency=low + + * Publish solrcopy to crates.io + debian (0.8.0) stable; urgency=low * improved: added --archive-compression flag to the backup command From 9423910f306080851310968733f540a34e06d1da Mon Sep 17 00:00:00 2001 From: Juarez Rudsatz Date: Thu, 26 Mar 2026 16:37:21 -0300 Subject: [PATCH 2/2] chore: set version to v0.9.2 for releasing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58ad2ca..ac6b2bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solrcopy" -version = "0.9.1" +version = "0.9.2" edition = "2024" rust-version = "1.88"