FedericoCeratto / nim-libsodium

Nim wrapper for the libsodium library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release New version (or patch version?)

PhilippMDoerner opened this issue · comments

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 😅

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

Version 0.7.2 released. :)