Skip to content

0.3.0 - 2025-02-25

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 16:44
31b9cd9

Release Notes

Added

  • (config) add enforce-all flag (#44) - (7373f00)

  • add option to sort results by file path (#41) - (3ca29cc)

Changed

  • (definitions) [breaking] conversion functions (#47) - (7a5742d)

  • (natspec) parser improvements to support weird edge-cases (#39) - (97b30c9)

  • allow enforcing natspec on specific items (#42) - (7d9a5b3)

  • [breaking] apply more lints from clippy (#45) - (9c7dad9)

  • update changelog format (#48) - (be7ab2b)

Documentation

Fixed

  • (config) parsing of the struct-params arg (#40) - (861f472)

  • (definitions) comments filtering (#35) - (dc25919)

  • natspec parser and function returns validation (#37) - (f1c0d5f)

Full Changelog: 0.2.0...0.3.0

Install lintspec 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/beeb/lintspec/releases/download/v0.3.0/lintspec-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/beeb/lintspec/releases/download/v0.3.0/lintspec-installer.ps1 | iex"

Download lintspec 0.3.0

File Platform Checksum
lintspec-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
lintspec-x86_64-apple-darwin.tar.xz Intel macOS checksum
lintspec-x86_64-pc-windows-msvc.zip x64 Windows checksum
lintspec-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
lintspec-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum