Skip to content

Commit a9c714c

Browse files
committed
chore: version 2025.7.13
1 parent ee68b02 commit a9c714c

3 files changed

Lines changed: 114 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v2025.7.13
4+
5+
### <!-- 01 -->💡 Features
6+
7+
- Try to use RUNTIME_DIRECTORY first for strace pipe location ([8f3ce35](https://github.com/desbma/shh/commit/8f3ce3543a45707a698156dd3a88aacf19f818ec) by desbma)
8+
- Consider errored syscalls to catch cases like EINPROGRESS ([3e8e4ad](https://github.com/desbma/shh/commit/3e8e4ad8285027d08a6c63f342fb53705650795b) by desbma)
9+
- Identify more successful sycalls returning -1 ([1d971d4](https://github.com/desbma/shh/commit/1d971d458443a60226f9582450669b003426192c) by desbma)
10+
11+
### <!-- 04 -->📗 Documentation
12+
13+
- README: Mention nixpkgs repo ([53f37ce](https://github.com/desbma/shh/commit/53f37ce3ac28e043ce9e483cec0109a6934b11ac) by kuflierl)
14+
15+
### <!-- 10 -->🧰 Miscellaneous tasks
16+
17+
- Ignore verbose clippy lints ([2e96cb3](https://github.com/desbma/shh/commit/2e96cb348bafc45cd85c5d37f9343bf63d857aaa) by desbma)
18+
- Update .gitignore ([e741484](https://github.com/desbma/shh/commit/e741484510211ef912d9570a006abe9eae03bebb) by desbma)
19+
- Update dependencies ([5a398fa](https://github.com/desbma/shh/commit/5a398fa390f30039c4b2ff1472337a4cf5f0c2e7) by desbma)
20+
- Update clippy template ([ee68b02](https://github.com/desbma/shh/commit/ee68b025ad446bff6781159e906cf0bcee1b4c3f) by desbma)
21+
22+
---
23+
324
## v2025.6.5
425

526
### <!-- 02 -->🐛 Bug fixes

Cargo.lock

Lines changed: 92 additions & 19 deletions
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
@@ -7,7 +7,7 @@ repository = "https://github.com/desbma/shh"
77
keywords = ["systemd", "hardening", "strace", "system", "security"]
88
categories = ["command-line-utilities"]
99
license = "GPL-3.0-only"
10-
version = "2025.6.5"
10+
version = "2025.7.13"
1111
rust-version = "1.86"
1212
edition = "2024"
1313

0 commit comments

Comments
 (0)