v0.2.0
This release refactors option passing to the private_key helper function. Your
code can look like this now:
NervesKey.PKCS11.private_key(engine, i2c: 1),This allows the helper to take more than one option. It can differentiate
between primary and auxiliary keys now, but internally that doesn't make a
difference currently.