Skip to content

Commit 37ae35c

Browse files
Merge pull request #731 from protofire/pre-release-602
pre release v6.0.2
2 parents 2c14fc0 + a0b6d81 commit 37ae35c

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,36 @@
1-
## [6.0.2] - 2025-09-18
1+
## [6.0.2] - 2025-12-17
2+
🛠️ `Fix`: corrected use-natspec enforcement behavior on internal functions
3+
4+
🛠️ `Fix`: misc minor issues and typos. General polish and stability
5+
<br><br>
6+
7+
🆕 `Rule`: added `foundry-no-block` to detect usage of `block.timestamp` and `block.number` in Solidity tests
8+
9+
🆕 `Rule`: added `no-unused-private-functions` to prevent unused private function declarations
10+
11+
🆕 `Rule`: added `no-immutable-before-declaration` to enforce correct immutable declaration order
12+
<br><br>
13+
14+
🧱 `Enhancement`: improvements to `foundry-test-function` rule, including naming and configuration updates
15+
<br><br>
16+
17+
🧰 `Infra`: update GitHub Actions in CI workflows to v5 and v6. Keeps CI aligned with latest ecosystem changes
18+
19+
🧰 `Infra`: bump js-yaml dependency following security recommendations
20+
<br><br>
21+
22+
🧹 `Chore`: stop publishing the test directory to npm packages. Reduces package size and noise
223

324
🧹 `Chore`: `foundry-test-functions` is deprecated and will be removed in v7.0.0. Please rename to `foundry-test-function-naming`.
425
WILL BE REPLACED IN v7
5-
626
<br><br>
727

28+
✨🛡️ Kudos to our contributors! 🛡️✨
29+
- [MamunC0der](https://github.com/MamunC0der)
30+
- [@MarkFizz77](https://github.com/MarkFizz77)
31+
- [RidaMichofi](https://github.com/RidaMichofi)
32+
- [Daulox92](https://github.com/Daulox92)
33+
834
## [6.0.1] - 2025-08-22
935

1036
🛠️ `Fix`: `no-unused-vars` for modifiers

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:20-alpine
22
LABEL maintainer="diego.bale@protofire.io"
3-
ENV VERSION=6.0.1
3+
ENV VERSION=6.0.2
44

55
RUN npm install -g solhint@"$VERSION"

0 commit comments

Comments
 (0)