Plans for a new release?
The latest release was 0.8.127 which is from 2020. Would it be possible to release a new version (maybe 0.9.0)?
This would enable package managers like Nix to provide a more recent version of scryer-prolog that builds successfully (re: https://github.com/NixOS/nixpkgs/issues/137149)
Related issue #640.
0.9.0 is now tagged: https://github.com/mthom/scryer-prolog/releases/tag/v0.9.0 !
@mthom Would there be any chance of a patch release after 0.9.0 sometime in the near future? With tests now passing in the sandbox build environment it makes it easier to update the version for NixOS.
I'm not sure what a patch release is. I don't mind doing it but I would need to know first.
I just mean, the least significant digit increase, as in major.minor.patch. Assuming that's the scheme being followed. Thanks.
I second this: Tagging and releasing (on crates.io) 0.9.1 would be great: The latest version is from more than a year ago:
https://crates.io/crates/scryer-prolog
It was 0.8.127.
Is this now resolved with the new 0.9.1 tag?
I believe it should be resolved, everything builds cleanly with nix for me and the new version should be in nixpkgs soon: https://github.com/NixOS/nixpkgs/pull/201054. @samarthkishor perhaps you can verify this fixes your issue.
Yes it does. Thank you!