Skip to content

Relelase 0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 19:20
· 2 commits to main since this release
v0.5.0
b614a17

⚡ Improvements

  • Added the error module, which defines all the errors returned by pgxn_meta.
  • Changed the errors returned by all the APIs from boxed errors error module errors.
  • Added release.Digests.validate method to validate a file against one or more digests.

📔 Notes

  • Removed the valid::ValidationError enum.
  • Changed the errors returned from the valid module from boxed boon errors with lifetimes to error module errors with no lifetimes, eliminating the need for lifetimes on the Validator struct and methods.

📚 Documentation

  • Fixed the repository link in Cargo.toml.

🆚 For more detail compare changes since v0.4.0.