Skip to content

v0.7.0 – Protocol Buffer Linting

Compare
Choose a tag to compare
@mara-schulke mara-schulke released this 27 Oct 13:02
· 380 commits to main since this release
02ba9db

What's Changed

  • Switch from TryFrom to FromStr for Manifest by @xfbs in #107
  • Update README.md by @mara-schulke in #118
  • Skip serializing empty credentials vector in credentials file. by @xfbs in #120
  • Async correctness for buildsrs by @xfbs in #125
  • Allows building registry by @xfbs in #126
  • Improve Errors using miette by @asmello in #103
  • Use serde_typename crate for DigestAlgorithm by @xfbs in #124
  • Hooks up database to registry by @xfbs in #127
  • Clean up imports. by @xfbs in #106
  • Refactors src/package.rs by @xfbs in #132
  • Check for existence of PackageStore when creating new by @xfbs in #144
  • Implements buffrs context. by @xfbs in #145
  • Runs CI for all crates in workspace by @xfbs in #140
  • Fail CI if unit test coverage is lower than threshold. by @xfbs in #149
  • Refactors src/package.rs into multiple modules. by @xfbs in #150
  • Refactor the command module by @mara-schulke in #131
  • Refactors digest-related code in src/lock.rs by @xfbs in #151
  • Document buffrs lint by @mara-schulke in #153
  • Rebase Nix flake PR by @j-baker in #104
  • Protobuf validation by @xfbs in #130

New Contributors

Full Changelog: v0.6.4...v0.7.0