Skip to content

Commit

Permalink
docs: update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
neoeinstein committed Aug 22, 2024
1 parent 5999239 commit a75c8ba
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ This changelog is based on the format from [Keep a Changelog](https://keepachang

## [Unreleased]

## [2024-08-22]

- `protoc-gen-prost` 0.4.0
- `protoc-gen-prost-crate` 0.4.1
- `protoc-gen-prost-serde` 0.3.1
- `protoc-gen-tonic` 0.4.1

### BREAKING CHANGES

- Updated code generation for latest tonic (0.12), prost (0.13), and pbjson (0.7) ([#97])
- In these cases, only core prost code generation results in potentially breaking due to a new trait method
- Thanks to @mbrobbel!

### Changed

- Updated the versions of `heck`, `itertools`, `syn`, `quote`, `proc-macro2`, `prettyplease`

[#97]: https://github.com/neoeinstein/protoc-gen-prost/pull/97

## [2024-02-15]

- `protoc-gen-prost` 0.3.1
Expand Down

0 comments on commit a75c8ba

Please sign in to comment.