Skip to content

Releases: vemonet/nanopub-rs

v0.0.3

20 Nov 10:53
Compare
Choose a tag to compare

What's changed

  • Fix bump script
  • Fix clap dependency version

Full Changelog: v0.0.2...v0.0.3

v0.0.2

20 Nov 10:34
Compare
Choose a tag to compare

What's changed

  • Fix small issues with package versions
  • Add scripts/bump.sh to easily bump to a new version

Full Changelog: v0.0.1...v0.0.2

v0.0.1

20 Nov 09:59
Compare
Choose a tag to compare

Initial release for the nanopub crate, and its bindings to python and JS.

All tests from the nanopub-testsuite have been implemented and are passing.

What's Changed

  • Added a Nanopub and NpProfile struct. With 3 main actions possible: Nanopub::sign(), Nanopub::publish(), Nanopub::check()
  • Added a CLI to easily use the lib from the terminal
  • Added bindings to python (pyo3) and JS (wasm-bindgen)
  • PR for github workflow for cross compilation by @shashankmc in #1
  • Error handling by @shashankmc in #2

New Contributors

Full Changelog: https://github.com/vemonet/nanopub-rs/commits/v0.0.1