diff options
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | Cargo.lock | 6 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f3659..265a64d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## Unreleased -Documentation fix from v0.4.2. Linux only - Windows users do not need to update from v0.4. +## [DPIBreak v0.4.3] - 2026-02-16 +Documentation fix from v0.4.2 and add timestamp on log. - docs: fix incorrect pathes in manual (`/tmp/dpibreak.pid` -> `/run/dpibreak.pid`, `/tmp/dpibreak.log` -> `/var/log/dpibreak.log`) - log: print timestamp on log output @@ -257,7 +257,7 @@ dependencies = [ [[package]] name = "dpibreak" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "criterion", @@ -653,9 +653,9 @@ dependencies = [ [[package]] name = "unicode-ident" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" +checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "walkdir" @@ -17,7 +17,7 @@ [package] name = "dpibreak" -version = "0.4.2" +version = "0.4.3" authors = ["Dilluti0n <[email protected]>"] edition = "2024" build = "build.rs" |
