Skip to content

Commit b8ddb0c

Browse files
committed
chore: Release dir-diff version 0.3.3
1 parent d7fc3e4 commit b8ddb0c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.3.3] - 2023-12-19
11+
1012
<!-- next-url -->
11-
[Unreleased]: https://github.com/assert-rs/dir-diff/compare/e7b7555...HEAD
13+
[Unreleased]: https://github.com/assert-rs/dir-diff/compare/v0.3.3...HEAD
14+
[0.3.3]: https://github.com/assert-rs/dir-diff/compare/e7b7555...v0.3.3

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include = [
1818

1919
[package]
2020
name = "dir-diff"
21-
version = "0.3.2"
21+
version = "0.3.3"
2222
description = "Do two directories have different contents?"
2323
repository = "https://github.com/assert-rs/dir-diff.git"
2424
homepage = "https://github.com/assert-rs/dir-diff"

0 commit comments

Comments
 (0)