# Changelog All notable changes to this project will be documented in this file. This file's format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). The version number is tracked in the file `Cargo.toml`. Status: In development ## [Unreleased] ### Breaking Changes ### Added ### Fixed ## [0.2.0] - 2024-05-29 ### Fixed - Only run a single instance of the tool instead of multiple when resolving packages - Switch to log4rs for logging as it has more control over output - Upgrade to azure-sdk 0.20.0 ## [0.1.0] - 2024-03-04 ### Added - Initial version. [unreleased]: https://github.com/microsoft/apt-transport-blob/compare/0.2.0...HEAD [0.2.0]: https://github.com/microsoft/apt-transport-blob/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/microsoft/apt-transport-blob/tree/0.1.0