Skip to content

Releases: CMTA/DebtEngine

v0.2.0

09 Sep 13:09
f6fb806
Compare
Choose a tag to compare
  • Add ERC-2771 support

The release does not include the .git folder, which does not allow installing dependencies.
The easiest solution is to clone the project and perform a git checkout on the version tag

git clone https://github.com/CMTA/DebtEngine
git checkout v0.2.0
forge install
forge build

v0.1.0

03 Sep 13:45
272c97e
Compare
Choose a tag to compare

First release !

The release does not include the .git folder, which does not allow installing dependencies.
The easiest solution is to clone the project and perform a git checkout on the version tag

git clone https://github.com/CMTA/DebtEngine
git checkout v0.1.0
forge install
forge build