This release enhances data management operations by improving the efficiency and accuracy of data synchronization. Key fixes ensure that mirroring processes correctly handle deletions without unnecessary data transfer and that specific object versions can be reliably retrieved.

### Bug Fixes

*   Improved the performance of `mc mirror --remove` by ensuring it only synchronizes deletions instead of recreating the entire target. The command now also completes successfully in environments with multiple buckets. (#19)
*   Ensured `mc get --vid` retrieves the specific object version requested, enabling reliable access to historical data for rollbacks or auditing. (#21)