Replies: 4 comments 6 replies
-
I pulled the latest on the master branch, ran |
Beta Was this translation helpful? Give feedback.
-
I now found the following, from Annotated tags are meant for release while lightweight tags are meant for private or temporary object labels. For this reason, some git commands for naming objects (like git describe) will ignore lightweight tags by default. OPTIONS -a, --annotate Make an unsigned, annotated tag object So, the |
Beta Was this translation helpful? Give feedback.
-
I see the new tag now when I enter |
Beta Was this translation helpful? Give feedback.
-
Congratulations! Glad to see that the release job worked and Scryer now has binaries published with its releases. 😄 |
Beta Was this translation helpful? Give feedback.
-
It's time for another release! Version 0.9.2 brings improved disjunction compilation, a new implementation of the HTTP libraries, compilation support for 32-bit systems, many bug fixes, further call/N performance improvements, a new FFI library, increased syntactic conformity, and probably additional things I've since forgotten.
cargo publish --dry-run
isn't working though the ordinarycargo run [--release]
works fine. I have no idea why.. I'm still trying to figure it out.Beta Was this translation helpful? Give feedback.
All reactions