# @nomicfoundation/hardhat-errors ## 3.0.7 ### Patch Changes - 6674b00: Bump `hardhat-utils` major - 4cd63e9: Introduce the `@nomicfoundation/hardhat-foundry` plugin for Hardhat 3 - f1e9b05: Added support for `inline actions` in tasks [7851](https://github.com/NomicFoundation/hardhat/pull/7851). ## 3.0.6 ### Patch Changes - 6b2ed9a: Add ability for task options to be hidden from the CLI ([#7426](https://github.com/NomicFoundation/hardhat/issues/7426)) ## 3.0.5 ### Patch Changes - 03a4539: Export error descriptors for the website - 95684ac: Full links to documentation replaced by short links with redirects added to the Hardhat website ([#142](https://github.com/NomicFoundation/hardhat-website/issues/142)) ## 3.0.4 ### Patch Changes - ce5c22a: Fail when a file isn't built neither as contract nor test ## 3.0.3 ### Patch Changes - a871e3e: Ported the `@nomicfoundation/hardhat-ledger` plugin to Hardhat 3 ([#5646](https://github.com/NomicFoundation/hardhat/issues/5646)) ## 3.0.2 ### Patch Changes - be469d6: Display an error message when attempting to use a global hardhat installation in a local repo ([#5362](https://github.com/NomicFoundation/hardhat/issues/5362)) - 8d3b16c: Support for custom compilers ([#7130](https://github.com/NomicFoundation/hardhat/issues/7130)) ## 3.0.1 ### Patch Changes - ddefbff: Added guard to stop multiple simultaneous calls to `ignition.deploy(...)` at once ([#6440](https://github.com/NomicFoundation/hardhat/issues/6440)) ## 3.0.0 ### Major Changes - 29cc141: First release of Hardhat 3!