Skip to content

Commit 560b0f8

Browse files
committed
Tidy up changelog
1 parent 263616a commit 560b0f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

proto-gen/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
1212
## [0.2.10] - 2025-01-16
13+
### Fixed
1314
- Update dependency `anstream` to `0.6.15` for advisory: <https://rustsec.org/advisories/RUSTSEC-2024-0404>
1415
- Build fixes that prevented v `0.2.9` from being fully released
1516
## [0.2.9] - 2025-01-16
17+
### Added
1618
- [PR#27](https://github.com/EmbarkStudios/proto-gen/pull/27) Added `--prepend-header-file` option for specifying a file which will be prepended as a header in generated source files.
1719
## [0.2.8] - 2024-10-24
1820
### Fixed
1921
- [PR#26](https://github.com/EmbarkStudios/proto-gen/pull/26) Include top module file when formatting
2022
## [0.2.7] - 2024-08-05
2123
### Added
2224
- [PR#25](https://github.com/EmbarkStudios/proto-gen/pull/25) Added `--btree-map` option to output BTreeMaps instead of HashMaps.
23-
2425
## [0.2.6] - 2024-04-25
2526
### Added
2627
- [PR#23](https://github.com/EmbarkStudios/proto-gen/pull/23) Added `--enum-attribute` option to set enum attributes.
27-
2828
## [0.2.5] - 2024-03-13
2929
### Fixed
3030
- [PR#22](https://github.com/EmbarkStudios/proto-gen/pull/22) Various fixes for the `--prepend-header` option and some cases for escaped doc-tests.
@@ -42,7 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4242
## [0.2.1] - 2024-03-01
4343
### Added
4444
- [PR#15](https://github.com/EmbarkStudios/proto-gen/pull/15) added the `-d, --disable-comments <path>` option to code generation, allowing comments to be [disabled](https://docs.rs/prost-build/latest/prost_build/struct.Config.html#method.disable_comments) for one or more proto paths.
45-
4645
## [0.2.0] - 2023-04-12
4746
### Changed
4847
- Tonic build upgraded to 0.10.2

0 commit comments

Comments
 (0)