Skip to content

Commit

Permalink
(cargo-release) version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwinckles committed Mar 1, 2022
1 parent fe83343 commit c401246
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ 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
Expand All @@ -24,5 +26,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Support for updating the manifests in existing bags

<!-- next-url -->
[Unreleased]: https://github.com/pwinckles/bagr/compare/v0.2.0...HEAD
[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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bagr"
version = "0.3.0-dev"
version = "0.3.0"
edition = "2021"
authors = ["Peter Winckles <[email protected]>"]
description = "A CLI for interacting with BagIt bags"
Expand Down

0 comments on commit c401246

Please sign in to comment.