Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.36 KB

File metadata and controls

19 lines (13 loc) · 1.36 KB

0.7.0 - 2025-12-11

  • Improve Display for Value in several ways #328
  • Replace ExecTracker trait with a more general API and add PruneTracker extension trait #325
  • Add CONTRIBUTING.md #321

0.6.0 - 2025-09-17

  • Improve FFI API and fix soundness issues #307
  • Decrease MSRV to 1.74.0, matching rust-bitcoin #308
  • Use ghost_cell within types::Context, requiring users to construct programs within a single Rust lexical scope #305

0.5.0 - 2025-07-29

  • Add generic CaseTracker in bit machine for debugging #288
  • Add debugging support to ExecTracker #293
  • Separate linker symbols to allow multiple simplicity-sys versions in same tree #297
  • Add base64 encoding and decoding support to programs #299