Skip to content

Releases: EmbarkStudios/proto-gen

0.4.0

02 Sep 07:34
b5d38a5

Choose a tag to compare

Changed

  • PR#33 updated to tonic-prost-build, which replaced tonic-build in 0.14.

0.3.0

21 Feb 14:09
3097b28

Choose a tag to compare

Changed

  • PR#31 changed the --format flag to take a rust edition as an argument, as previously the 2021 edition was hardcoded.

0.2.11

23 Jan 14:28

Choose a tag to compare

Fixed

  • PR#30 Improvements and fixes to the readme.

0.2.10

16 Jan 21:19

Choose a tag to compare

Added

  • PR#27 Added --prepend-header-file option for specifying a file which will be prepended as a header in generated source files.

Fixed

0.2.8

25 Oct 08:26

Choose a tag to compare

Fixed

  • PR#26 Include top module file when formatting

0.2.7

05 Aug 13:20
355e471

Choose a tag to compare

Added

  • PR#25 Added --btree-map option to output BTreeMaps instead of HashMaps.

0.2.6

25 Apr 08:27

Choose a tag to compare

Added

  • PR#23 Added --enum-attribute option to set enum attributes.

0.2.5

13 Mar 18:01

Choose a tag to compare

Fixed

  • PR#22 Various fixes for the --prepend-header option and some cases for escaped doc-tests.

0.2.4

12 Mar 17:55

Choose a tag to compare

Fixed

  • PR#21 Fix for handling multiline code blocks in comments and make them ignored for doc tests.

0.2.3

12 Mar 14:51

Choose a tag to compare

Added

  • PR#19 Added -p, --prepend-header option (default false) to prepend header indicating tool version in generated source file.
  • PR#20 Added --toplevel-attribute option to set toplevel module attribute.