uv/crates/uv-pep508/Changelog.md
Charlie Marsh 14507a1793
Add uv- prefix to all internal crates (#7853)
## Summary

Brings more consistency to the repo and ensures that all crates
automatically show up in `--verbose` logging.
2024-10-01 20:15:32 -04:00

504 B

0.7.0

  • Remove pyo3 bindings
  • Update rkyv to 0.8

0.6.1

  • Update to pyo3 0.22

0.6.0

  • Added origin to Requirement

0.5.0

  • Update to pyo3 0.21
  • Update to pyo3-log 0.1.0

v0.4.2

  • CI fixes, mac os builds are temporarily disabled.

v0.4.1

  • CI fixes, mac os builds are temporarily disabled.

v0.4.0

  • Package and extra names are now validated and normalized.
  • Updated pep440_rs to 0.5.0.
  • rkyv support.
  • tracing is now a separate feature.