lukso-network / tools-eip191-signer

Used to sign an EIP191 Execute Relay Call transaction.
Apache License 2.0
2 stars 4 forks source link

Release version 0.1.0 #23

Closed magalimorin18 closed 1 year ago

magalimorin18 commented 1 year ago

LSP6Signer library is operational and its version should not be called under 'development' anymore.

This PR changes the version number of the library from 0.0.2-development to 0.1.0. This change will be automatic when develop is merged to main as a commit message contains Release-As: x.x.x.

It also changes the way versioning works : -> bump-minor-pre-major is set to true (meaning breaking changes before 1.0.0 should produce minor bumps)

-> bump-patch-for-minor-pre-major is set to false (default) (meaning feat changes before 1.0.0 should not produce patch bumps instead of minor bumps)

magalimorin18 commented 1 year ago

You can see it when you click inside the commit message. Is that what you meant ? image

CallumGrindle commented 1 year ago

@magalimorin18 Ah yeah indeed. Thanks