generated from EmbarkStudios/opensource-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from EmbarkStudios/sigh
sigh
- Loading branch information
Showing
5 changed files
with
42 additions
and
40 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
proto-gen/CHANGELOG.md |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!-- markdownlint-disable blanks-around-headings blanks-around-lists no-duplicate-heading --> | ||
|
||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
<!-- next-header --> | ||
## [Unreleased] - ReleaseDate | ||
## [0.2.1] - 2024-03-01 | ||
### Added | ||
- [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. | ||
|
||
## [0.2.0] - 2023-04-12 | ||
### Changed | ||
- Tonic build upgraded to 0.10.2 | ||
## [0.1.2] - 2023-04-11 | ||
### Changed | ||
- Tonic build upgraded to 0.9.1 | ||
### Fixed | ||
- A bug where when multiple protos were part of the same chain | ||
of packages they would not be put properly into modules, see <https://github.com/EmbarkStudios/proto-gen/issues/10> | ||
### Fixed | ||
- Escape most doc-tests that tonic generates as that is probably not valid Rust code | ||
and will lead to failed cargo test, and if it is rust code, we definitely don't want to run it. | ||
## [0.1.1] - 2023-04-04 | ||
### Added | ||
- Correct cargo metadata | ||
## [0.1.0] - 2023-04-04 | ||
### Added | ||
- Initial creation of the proto-gen lib and proto-gen-cli | ||
|
||
<!-- next-url --> | ||
[Unreleased]: https://github.com/EmbarkStudios/proto-gen/compare/0.2.1...HEAD | ||
[0.2.1]: https://github.com/EmbarkStudios/proto-gen/compare/0.1.1...0.2.1 | ||
[0.1.1]: https://github.com/EmbarkStudios/proto-gen/compare/0.1.0...0.1.1 | ||
[0.1.0]: https://github.com/EmbarkStudios/proto-gen/releases/tag/0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters