Skip to content

Commit

Permalink
Merge pull request #627 from protofire/505-pre-release
Browse files Browse the repository at this point in the history
5.05 pre-release
  • Loading branch information
dbale-altoros authored Jan 16, 2025
2 parents 9de0535 + 910c1a2 commit aeffdfe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [5.0.5] - 2025-01-16
### Fixed
- `gas-custom-errors` [#620](https://github.com/protofire/solhint/pull/620) - Support for Custom Errors inside `require` statements
- `compiler-version` [#621](https://github.com/protofire/solhint/pull/621) - Upgraded minimum requirement for the rule
- `reentrancy` [#622](https://github.com/protofire/solhint/pull/622) - Fixed path and typos
- Typos [#623](https://github.com/protofire/solhint/pull/623) - Fixed typos
- Typo [#625](https://github.com/protofire/solhint/pull/625) - Fixed typo


### Added
- New Rule: Duplicated Imports [#626](https://github.com/protofire/solhint/pull/626)
- Cute Message on console report to gather community into discord channel

<br><br>


## [5.0.4] - 2024-12-31
### Fixed
- `imports-order` [#595](https://github.com/protofire/solhint/pull/595) - Replaced single quotes with double quotes
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:20-alpine
LABEL maintainer="[email protected]"
ENV VERSION=5.0.4
ENV VERSION=5.0.5

RUN npm install -g solhint@"$VERSION"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solhint",
"version": "5.0.4",
"version": "5.0.5",
"description": "Solidity Code Linter",
"main": "lib/index.js",
"keywords": [
Expand Down

0 comments on commit aeffdfe

Please sign in to comment.