Skip to content

Latest commit

 

History

History
271 lines (132 loc) · 13.9 KB

CHANGELOG.md

File metadata and controls

271 lines (132 loc) · 13.9 KB

1.9.10 (2023-11-03)

Bug Fixes

  • ci: 🐛 Add compressed binaries into release (be4ce3b)
  • ci: 🐛 Make compressed files with binaries for each os (b63e253)

1.9.9 (2023-11-03)

Bug Fixes

  • ci: 🐛 Add different names to binary files to resolve the release conflict (12d2cf3)

1.9.8 (2023-11-03)

Bug Fixes

  • ci: 🐛 build linux with named target (360e676)
  • ci: 🐛 change linux build path (ffe4d8f)

1.9.7 (2023-11-03)

Bug Fixes

  • ci: 🐛 add windows cross build (7f99a27)
  • ci: 🐛 correct mac binary name (2613b39)

1.9.6 (2023-11-03)

Bug Fixes

  • ci: 🩹 Correct target path for win & macos releases (3f64863)

1.9.5 (2023-11-03)

Bug Fixes

  • cli: 🩹 Change proofs output name for cleaner structure (474e6cf)

1.9.4 (2023-11-02)

Bug Fixes

  • ci: ⏪ Revert to linux only build (4d58bb6)

1.9.3 (2023-11-02)

Bug Fixes

  • ci: 🐛 Do not build macos to avoid licencing issue (fbbbc88)
  • ci: 🐛 Run-on macos-latest (1418cdd)
  • ci: 🐛 Use cross for multi-os build (643601f)

1.9.2 (2023-11-02)

Bug Fixes

  • ci: 🐛 run-on ubuntu only and fetch depth 0 (f803252)

1.9.1 (2023-11-02)

Bug Fixes

  • ci: 🐛 Do not run tests in this action. Tests have dedicated action (9450692)
  • ci: 🐛 Remove the --target from cargo build and cargo test (2c13892)
  • ci: 🐛 Run tests only on Ubuntu (81f0e16)
  • ci: 🐛 Set bash as shell execution (35ecb74)
  • ci: 🐛 Use actions-rust-lang/setup-rust-toolchain@v1 (9649c1b)

1.9.0 (2023-11-02)

Features

  • cli: ✨ Add token command to generate a sample token contract (59124e5)
  • cli: ✨ Add command all to run all the other commands end-2-end (25c0886)
  • cli: ✨ Include token command on all command (9501075)

1.8.0 (2023-11-01)

Bug Fixes

  • cli: 🐛 use IsEqual template to correctly compare the addresses (94f382a)

Features

  • cli: ✨ Add operations for read lines and write file (6b068a7)
  • cli: ✨ Implement procedure for creating proofs (8651b81)
  • cli: ✨ Include proofs command (56c20b5)

1.7.0 (2023-10-31)

Features

  • cli: ✨ Add movejs command and assistant file operations (64af834)

1.6.0 (2023-10-30)

Features

  • cli: ✨ Add verifier command and tests (16fc8db)

1.5.0 (2023-10-30)

Features

  • cli: ✨ Add circuit module with copy_circuit_file function (e010ba0)
  • cli: ✨ Add compile module with compile_circuit function (d3f0cbf)
  • cli: ✨ Add setup module with execute_setup_command and ensure_success functions (bfa60e9)

Reverts

  • cli: ⏪ revert the complext circuit execution (e8cca4e)

1.4.0 (2023-10-30)

Features

  • cli: ✨ Implement setup command that runs a ceremony and generates required files (2dd7951)

1.3.1 (2023-10-30)

Bug Fixes

  • cli: 🐛 correct short version option test (5b88725)

1.3.0 (2023-10-29)

Features

  • cli: 🏗️ Migrate CLI Argument Parsing to Clap (09d03e0)

1.2.1 (2023-10-29)

Bug Fixes

  • ci: 🐛 Add circom path and run test on push (9aad534)
  • ci: 🐛 Ignore errors on circom build (4e85c3b)
  • ci: 🐛 Update GitHub Actions to install circom and snarkjs (4b87618)

1.2.0 (2023-10-29)

Bug Fixes

  • cli: 🐛 Make public variable in array (88b5313)

Features

  • cli: ✨ Implement compile command to compile the circuit file (a81d213)

1.1.0 (2023-10-29)

Features

  • cli: ✨ Add circuit command to create circuit.circom on user's folder (943931b)

1.0.10 (2023-10-28)

Bug Fixes

  • ci: 🐛 Add Cargo.lock to auto git files (9131659)

1.0.9 (2023-10-28)

Bug Fixes

  • ci: 🐛 Update the version in Cargo.lock with update_version script (db6ee49)

1.0.8 (2023-10-28)

Bug Fixes

  • ci: 🐛 Sync cargo.lock version (1cd7d32)

1.0.7 (2023-10-28)

Bug Fixes

  • ci: 🐛 Add build into update version script (b384deb)

1.0.6 (2023-10-28)

Bug Fixes

  • ci: 🐛 merge build and semantic version run commands (90a90d0)

1.0.5 (2023-10-28)

Bug Fixes

  • ci: 🐛 manual upload release binary (84dd40a)

1.0.4 (2023-10-28)

Bug Fixes

  • ci: 🐛 change order of release build (97f9dd2)

1.0.3 (2023-10-28)

Bug Fixes

  • ci: 🐛 update cargo.lock after version update (004747e)

1.0.2 (2023-10-28)

Bug Fixes

  • ci: 🐛 sync cargo.lock version (12b7fd1)

1.0.1 (2023-10-28)

Bug Fixes

  • ci: 🐛 change order of release actions (4eee730)

1.0.0 (2023-10-28)

Bug Fixes

  • ci: 🐛 Add permissions: contents: write (aa15f8f)
  • ci: 🐛 Add GH_TOKEN env variable (00e170b)
  • ci: 🐛 add missing dependencies (d4e9c49)
  • ci: 🐛 add repo on package and change order of release commands (8044721)
  • ci: 🐛 correct master branch name (78e61a8)
  • ci: 🐛 Fix branches definition (094be0f)
  • ci: 🐛 use newer node version (f460bea)
  • ci: 🐛 use newer rust action and node version (32dbefa)
  • ci: 🐛 use newer rust toolchain (b0a6439)
  • ci: 🐛 use personal token (dde2db2)

Features

  • 🎉 Init (af22afa)
  • ci: ✨ Add semantic-release automation for versioning (30fb154)
  • cli: ✨ Add --version and --v commands (ae42c86)