Skip to content

Latest commit

 

History

History
104 lines (56 loc) · 5.93 KB

CHANGELOG.md

File metadata and controls

104 lines (56 loc) · 5.93 KB

Changelog

0.4.7 (2024-02-23)

Features

0.4.6 (2023-11-27)

Features

0.4.5 (2023-11-07)

Features

0.4.4 (2023-11-07)

Bug Fixes

0.4.3 (2023-10-26)

Features

Bug Fixes

0.4.2 (2023-10-10)

Bug Fixes

0.4.1 (2023-10-03)

Bug Fixes

0.4.0 (2023-10-02)

⚠ BREAKING CHANGES

  • use results on fs module (#191)
  • use custom types for Results and Error, and use error functions (#189)
  • remove Results from json setters (#182)
  • add results to commands (#179)

Features

0.3.1 (2023-09-01)

Bug Fixes

  • adapt to new forge-std Vm to remove warnings (e83ebd4)

0.3.0 (2023-09-01)

Features

  • add function to create empty command (2c31886)
  • export Command struct from script.sol (c88883a)

Bug Fixes