v0.1.2 — if/else-if/else branch exclusivity fix
Bug fix for no-use-after-consume: the rule no longer reports false positives when a variable is consumed in one branch of an if/else if/else chain and used in a different, mutually exclusive branch. Also includes the no-unnecessary-ref member-chain fixed-point fix from v0.1.1 (now properly tagged).