Skip to content

Commit fb7348e

Browse files
committed
bump to foldiff 1.4.0
1 parent 897364d commit fb7348e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG-foldiff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- replace `anyhow` with custom error types
77
- write custom threading utilities
88

9-
## pending
9+
## 1.4.0
1010
- use `camino` for better path handling internally
1111
- remove unused dependency on serde-bytes
1212
- fix issue where duplicated but new files would fail to diff due to being sorted as a diffed file, not a new one.

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

foldiff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "foldiff"
33
authors = ["Hazel Atkinson"]
4-
version = "1.3.1"
4+
version = "1.4.0"
55
edition = "2021"
66
license-file = "../LICENSE.md"
77
description = "A general purpose diffing tool that operates on folders of mixed text/binary files."

foldiff/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ mod cliutils;
99

1010
#[derive(Parser, Debug)]
1111
#[command(
12-
version = "v1.3.1",
12+
version = "v1.4.0",
1313
about,
14-
long_version = "v1.3.1
14+
long_version = "v1.4.0
1515
writing fldf v1.1.0
1616
reading fldf 1.0.0-r, v1.1.0"
1717
)]

libfoldiff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "libfoldiff"
33
authors = ["Hazel Atkinson"]
4-
version = "1.3.1"
4+
version = "1.4.0"
55
edition = "2021"
66
license-file = "../LICENSE.md"
77
description = "A general purpose diffing library for the FDLF format."

0 commit comments

Comments
 (0)