Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

41 lines (28 loc) · 1.03 KB

Changelog

1.0.0

(This release is the one from the canonical lauch onstage in Bogota. We were missing semantic versioning at the time, but we call this the 1.0.0 release retroactively.)

Commit eda322894a5ed379bbda2b399c9d1cc65aa8c132

1.1.0

  • Introduce semantic versioning to the Deployer and RToken
  • RTokenCreated event: added version argument
event RTokenCreated(
        IMain indexed main,
        IRToken indexed rToken,
        IStRSR stRSR,
        address indexed owner
    );

=>

event RTokenCreated(
        IMain indexed main,
        IRToken indexed rToken,
        IStRSR stRSR,
        address indexed owner,
        string version
    );

  • Add version() getter on Deployer, Main, and all Components, via mix-in. To be updated with each subsequent release.

Commit d757d3a5a6097ae42c71fc03a7c787ec001d2efc