Skip to content

Latest commit

 

History

History
180 lines (116 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

180 lines (116 loc) · 11.2 KB

📜 Changelog

All notable changes to this project will be documented in this file.

0.1.0 - 2024-03-04

⚙️ Continuous Integration

  • Fix test workflow, add cargo deny - (d618203)
  • Add git cliff to generate changelog - (69d5de9)
  • Fix release script - (bfbc7ac)

⛰️ Features

  • Now supports null for profile and string in JS np.publish(). Related to #4 - (63093e4)
  • Add support for re-signing already signed Nanopubs. Related to #4 - (e8a37d9)
  • Add fetch static function to JS bindings - (c5635da)
  • [breaking] Change the python API to use instantiated Nanopub objects instead of static functions on the Nanopub class to check/sign/publish - (9e34dda)

🐛 Bug Fixes

  • Fix handling of published URI - (2840850)

📚 Documentation

  • Fix rust codeblocks in docs - (2c82215)

🛠️ Miscellaneous Tasks

  • Delete bump.sh script, now replaced by release.sh - (0f72924)
  • Cleanup dev dependencies for python build - (2aff338)

🧪 Testing

  • Add tests for python and JS with pytest and jest. Update some gh actions versions - (fdca2f7)

0.0.17 - 2024-01-30

🐛 Bug Fixes

  • Fix issue with keypair in demo - (0f6d0bc)
  • Fix docs - (b77cbe4)
  • Fix rsa crate version - (62cabd2)
  • Fix nanopub java ddl in workflow - (9d7568a)

0.0.16 - 2023-12-01

🐛 Bug Fixes

0.0.15 - 2023-11-29

🐛 Bug Fixes

0.0.14 - 2023-11-29

🐛 Bug Fixes

0.0.13 - 2023-11-27

0.0.12 - 2023-11-27

🐛 Bug Fixes

  • Fix demo example - (021607c)
  • Fix KeyPair import in demo - (0e48f56)
  • Fix wasm init for pub intro - (2501c4b)
  • Fix demo intro pub - (7a8b177)

0.0.11 - 2023-11-27

🐛 Bug Fixes

0.0.10 - 2023-11-24

🐛 Bug Fixes

0.0.9 - 2023-11-21

0.0.8 - 2023-11-21

🐛 Bug Fixes

0.0.7 - 2023-11-20

🐛 Bug Fixes

0.0.6 - 2023-11-20

🐛 Bug Fixes

  • Fix npm publish bump 0.0.6 - (3d3a0e5)

0.0.5 - 2023-11-20

🐛 Bug Fixes

  • Fix npm publish bump 0.0.5 - (bcccf74)

0.0.4 - 2023-11-20

🐛 Bug Fixes

0.0.3 - 2023-11-20

🐛 Bug Fixes

  • Fix bump script and bump to 0.0.3 - (69ee8fa)

0.0.2 - 2023-11-20

🐛 Bug Fixes

  • Fix issues with pkg versions - (6822464)

0.0.1 - 2023-11-20

🐛 Bug Fixes

📚 Documentation