(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
- Introduce semantic versioning to the Deployer and RToken
RTokenCreated
event: addedversion
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.