Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Prepare 0.11 release #692

Merged
merged 1 commit into from Jul 29, 2022
Merged

Commits on Jul 29, 2022

  1. chore: Prepare 0.11 release

     _PROST!_ is a [Protocol Buffers](https://developers.google.com/protocol-buffers/) implementation for the
    [Rust Language](https://www.rust-lang.org/). `prost` generates simple, idiomatic Rust code from `proto2` and
    `proto3` files.
    
    Relase 0.11 brings a few breaking changes and changes to how prost
    sources protoc.
    
    - `prost-build` now requires `protoc` to be available in the path or set
      via the `PROTOC` env var.
    - `prost-types` now contains new `Timestamp`/`Duration` `FromStr` implementations.
    - MSRV bump to `1.56` and all crates have been moved to edition 2021
    
    Notible changes that are not breaking:
    
    - `prost-build` now has a `cleanup-markdown` feature for cleaining up
      code blocks from protobuf files so that they work under rustdoc tests.
    - `prost-build` now generates `as_str_name` for message types.
    LucioFranco committed Jul 29, 2022
    Copy the full SHA
    3faa1c7 View commit details
    Browse the repository at this point in the history