Skip to content

v0.1.5

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Nov 10:57
· 2 commits to main since this release
ebf9c16

0.1.5 - 2025-11-11

Bug

  • Fix version in pyproject.toml to make it dynamic - (4b6cb36)

⚙️ Continuous Integration

  • Improve python test and release script - (8d0660c)
  • Use windows-11-arm github action container to build wheel for win aarch64 - (d324b6b)
  • Use python-architecture: arm64 for win aarch64 wheel build - (224eb4e)
  • Fix release script for macOS - (08aef03)
  • Add cargo.lock to release script - (37e67f2)
  • Cargo update after changing version in release script - (fcd1097)

⛰️ Features

  • When publishing a nanopub through the CLI we now print the nanopub URI after it has been published, fixes #16 - (0a253c6)
  • Upgrade the list of servers to use the new generation nanopubs registry instead of old nanopub servers - (5916b76)
  • Replace old test server with new test registry - (b8d946f)
  • Add bundler (esm) target for npm package - (a49abe0)

🐛 Bug Fixes

  • Fix orcid widget - (0d1ffe6)
  • Fix orcid widget - (4eb29b6)
  • Improve handling of keys generated by OpenSSH. Now when instantiating profile from file we generate the public key from the private key instead of reading it from the file - (4554f14)
  • Fix pypy and python version in build workflow - (ff622dd)
  • Duplicate LICENSE file to fix maturin build now failing to read a file in a parent folder PyO3/maturin#2743 - (31394c6)

📚 Documentation

🛠️ Miscellaneous Tasks

  • Update docs website, upgrade dependencies, migrate to uv to run python tests and mkdocs - (df63a36)
  • Upgrade pre-commit hooks - (a4a64bb)
  • Chore: improve pyo3 functions signatures
    fix: Fix issues with pyo3 signature, and fix playground.html import - (23a52bf)
  • Upgrade pyo3 dependency hoping it will fix windows aarch64 wheel build and commit Cargo.lock - (c5b85de)
  • Bump version to 0.1.5 - (ebf9c16)