Skip to content

Releases: CMTA/DocumentEngine

v0.3.0

09 Sep 13:07
befff83
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/DocumentEngine
git checkout v0.3.0
forge install
forge build

v0.2.0

03 Sep 13:40
28f31a4
Compare
Choose a tag to compare
  • Add the constant VERSION
  • Add batch functionsto manage documents for one target contract
  • Improve documentation

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/DocumentEngine
git checkout v0.2.0
forge install
forge build

v0.1.0

29 Aug 12:13
4ab48f3
Compare
Choose a tag to compare

First release !

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