You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[smithy-rs] Add crate versions in CHANGELOG (#2348)
* Move rendering external contributors to a function
This commit moves the code for rendering external contributors to its own
function, in line with other render_* functions.
* Add type alias `CrateVersionMetadataMap`
This commit adds a type alias `CrateVersionMetadataMap` for a field in
`VersionsManifest`. In a subsequent commit, the `changelogger` crate
will refer to this field, and it's better for that crate to not use the
field's bare type `BTreeMap<String, CrateVersion>`.
* Render crate versions in CHANGELOG
This commit addresses a pain point brought up in #731.
A binary `changelogger` now has a new command line option
`--current-release-versions-manifest` that points to the latest
`versions.toml` in the `aws-sdk-rust` repository. The program
will generate a markdown table showing crate versions from that
manifest and include it in an expand/collapse section.
* Add a leading pipe when rendering markdown table
This commit addresses smithy-lang/smithy-rs#2348 (comment)
---------
Co-authored-by: Yuki Saito <[email protected]>
Co-authored-by: Zelda Hessler <[email protected]>
0 commit comments