Skip to content

fix: remove unnecessary breaking change in iproto code

Georgy Moshkin requested to merge gmoshkin/release-preparation into master

Summary

  • release: 5.1.0

  • fix: remove unnecessary breaking change in iproto code

We don't want to introduce breaking changes for no reason

  • fix: make the stored_procs_slice change less breaking

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files

Merge request reports