# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - ReleaseDate ## [0.3.0] - 2022-03-01 ### Changed - Source and destination directories are now specified via position parameters rather than options ## [0.2.0] - 2022-02-26 ### Added - Initial release - Support for creating new bags - Support for updating the manifests in existing bags [Unreleased]: https://github.com/pwinckles/bagr/compare/v0.3.0...HEAD [0.3.0]: https://github.com/pwinckles/bagr/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/pwinckles/bagr/compare/v0.1.0...v0.2.0