Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add crate versions in CHANGELOG #2348

Merged
merged 7 commits into from
Feb 25, 2023

Commits on Feb 9, 2023

  1. 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.
    ysaito1001 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1a9a543 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. 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>`.
    ysaito1001 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    a491517 View commit details
    Browse the repository at this point in the history
  2. Render crate versions in CHANGELOG

    This commit addresses a pain point brought up in awslabs/aws-sdk-rust#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.
    ysaito1001 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    141bd6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a962b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    20eea78 View commit details
    Browse the repository at this point in the history
  2. Add a leading pipe when rendering markdown table

    This commit addresses #2348 (comment)
    ysaito1001 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    7d5524d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ysaito/include-crate-versions-in-changelog' of https://…

    …github.com/awslabs/smithy-rs into ysaito/include-crate-versions-in-changelog
    ysaito1001 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    3c9f7d1 View commit details
    Browse the repository at this point in the history