FedericoCeratto / nim-libsodium

Nim wrapper for the libsodium library
Mozilla Public License 2.0
46 stars 13 forks source link

Release New version (or patch version?) #34

Closed PhilippMDoerner closed 5 months ago

PhilippMDoerner commented 6 months ago

Heyho!

Just a small request if you could push out a new version of nim-libsodium. Without the changes from the last PR it basically breaks my test-suite on arch for my nimword package (which uses nim-libsodium to provide hashing for argon in a simple manner). I could add requires "libsodium#head" but I would prefer not to force my users to rely on always the freshest commit :sweat_smile:

Yu-Vitaqua-fer-Chronos commented 5 months ago

You could do requires "libsodium#144d6d8" (144d6d8 being the latest commit atm) but a new release would be nice

FedericoCeratto commented 5 months ago

Version 0.7.2 released. :)