Skip to content

Commit

Permalink
5.04 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbale-altoros committed Dec 31, 2024
1 parent 07850cc commit 5e01982
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
## [5.0.4] - 2024-12-31
### Fixed
- `imports-order` [#595](https://github.com/protofire/solhint/pull/595) - Replaced single quotes with double quotes
- `gas-custom-errors` [#613](https://github.com/protofire/solhint/pull/613) - Allows the use of Requirement with Custom Errors
- Typos and broken links [#611](https://github.com/protofire/solhint/pull/611) - [#617](https://github.com/protofire/solhint/pull/617)
- Upgraded `solidity-parser` dependency [#612](https://github.com/protofire/solhint/pull/612)


### Added
- `.pre-commit-hooks.yaml` to allow projects to run Solhint via pre-commit [#596](https://github.com/protofire/solhint/pull/596) (Thanks to [@dbast](https://github.com/dbast))
- Removed `husky` since it is not needed [#612](https://github.com/protofire/solhint/pull/612)

<br><br>


## [5.0.3] - 2024-08-03
### Fixed
- New Rule: Imports order [#593](https://github.com/protofire/solhint/pull/593)
- `imports-order` [#593](https://github.com/protofire/solhint/pull/593)

<br><br>

Expand All @@ -20,6 +35,7 @@ Fixed an issue on the returning values where only was evaluating the first repor


<br><br>

## [5.0.0] - 2024-05-11
### BREAKING CHANGES

Expand All @@ -37,6 +53,7 @@ QUIET mode (-c quiet) option now works with the warnings and may exit with 1 if
Thanks to [@juanpcapurro](https://github.com/juanpcapurro) for providing the code

<br><br>

## [4.5.4] - 2024-04-10
### Fixed
- `gas-custom-errors` improved logic to ranged pragma versions [#573](https://github.com/protofire/solhint/pull/573)
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="diego.bale@protofire.io"
ENV VERSION=5.0.3
ENV VERSION=5.0.4

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.3",
"version": "5.0.4",
"description": "Solidity Code Linter",
"main": "lib/index.js",
"keywords": [
Expand Down

0 comments on commit 5e01982

Please sign in to comment.