Skip to content

Commit ed1f82a

Browse files
committed
chore: version 2025.9.22
1 parent fe5f2e5 commit ed1f82a

3 files changed

Lines changed: 141 additions & 72 deletions

File tree

CHANGELOG.md

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

3+
## v2025.9.22
4+
5+
### <!-- 01 -->💡 Features
6+
7+
- Add EWOULDBLOCK to "maybe successful" errnos ([238b20b](https://github.com/desbma/shh/commit/238b20b6c09ce1f95e6a1304626d4eccb499d2d5) by desbma)
8+
- Generic hardening mode (closes #15) ([455336f](https://github.com/desbma/shh/commit/455336f38e8529cbd53dadb4e0b70f22c4ab85e1) by desbma)
9+
- Initial CAP_KILL support ([d2edd5b](https://github.com/desbma/shh/commit/d2edd5bda8e2757fe35212d43430555019bb7175) by desbma)
10+
- CAP_IPC_LOCK support ([343edb7](https://github.com/desbma/shh/commit/343edb792d4a2116f67b2f26935873acadbb3376) by desbma)
11+
- Refresh existing hardening fragment ([b991c28](https://github.com/desbma/shh/commit/b991c2801203bc2a8b138effffb45e1571c2d6e1) by desbma)
12+
- Initialize current working directory ([d2cd3ce](https://github.com/desbma/shh/commit/d2cd3ce56d058f54bbd95d37d5fb82e40b704fa0) by desbma)
13+
14+
### <!-- 02 -->🐛 Bug fixes
15+
16+
- Minor comment typo ([a6f5281](https://github.com/desbma/shh/commit/a6f5281486f7a417e0ba3b19c8d89c18801c1c8f) by desbma)
17+
- Bit shift parsing error ([b004891](https://github.com/desbma/shh/commit/b0048915e303c05bf70a695f944efd1832821ceb) by desbma)
18+
- Msrv ([2b6411c](https://github.com/desbma/shh/commit/2b6411cdbf5b6f97e38b0a9d99c2af0454816b88) by desbma)
19+
- Path resolution for special files ([fe5f2e5](https://github.com/desbma/shh/commit/fe5f2e567493fb150d73fc6c24b3aff977e51792) by desbma)
20+
21+
### <!-- 03 -->🏃 Performance
22+
23+
- Avoid sorting syscall names if we don't show them ([4626c67](https://github.com/desbma/shh/commit/4626c674b6da527c7d9d8d94256cf4a7340c9d04) by desbma)
24+
25+
### <!-- 05 -->🧪 Testing
26+
27+
- Use snapshot testing for verbose unit tests ([f737f55](https://github.com/desbma/shh/commit/f737f55ea3ab5c9810ab5b1010b2ba3017463f30) by desbma)
28+
29+
### <!-- 06 -->🚜 Refactor
30+
31+
- Sort enum members ([76f756d](https://github.com/desbma/shh/commit/76f756d1142e524e52733fae572a04ed67abb484) by desbma)
32+
33+
### <!-- 09 -->🤖 Continuous integration
34+
35+
- Add cargo audit workflow ([3620abe](https://github.com/desbma/shh/commit/3620abea9d34c73fc5c02f86046821b53203e6d4) by desbma)
36+
37+
### <!-- 10 -->🧰 Miscellaneous tasks
38+
39+
- Fix lint ([71e9c81](https://github.com/desbma/shh/commit/71e9c8159f59baf6b435fb444f7b228311541d23) by desbma)
40+
- Cleanup unneeded derive ([eb81f33](https://github.com/desbma/shh/commit/eb81f339097a9a4efdf921fbf0c491bc3403c4a3) by desbma)
41+
42+
---
43+
344
## v2025.7.13
445

546
### <!-- 01 -->💡 Features

0 commit comments

Comments
 (0)