summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
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
diff --git a/Cargo.lock b/Cargo.lock
index 7721d79..92e7a18 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"
diff --git a/Cargo.toml b/Cargo.toml
index ee9dba2..89ccb72 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "dpibreak"
-version = "0.4.2"
+version = "0.4.3"
authors = ["Dilluti0n <[email protected]>"]
edition = "2024"
build = "build.rs"