From f0ec54e554f41c08d76a90a311b508e387c5e787 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 12 Aug 2024 15:02:11 +0200 Subject: [PATCH] Revert id -> short_id name change (#254) * Revert id -> short_id name change * Update CHANGELOG --- CHANGELOG.md | 5 ++++- about.hbs | 6 +++--- src/cargo-about/generate.rs | 14 +++++++------- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bce975d..d71fd69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate -## [0.6.3] - 2024-08-12 +### Fixed +- [PR#254](https://github.com/EmbarkStudios/cargo-about/pull/254) reverted unintended `id` -> `short_id` field rename. + +## [0.6.3] **yanked** - 2024-08-12 ### Changed - [PR#251](https://github.com/EmbarkStudios/cargo-about/pull/251) updated crates and directly depend on `semver`. diff --git a/about.hbs b/about.hbs index a78e4bd..e20b1f6 100644 --- a/about.hbs +++ b/about.hbs @@ -48,7 +48,7 @@

Overview of licenses:

@@ -57,10 +57,10 @@ {{#each licenses}} {{#if first_of_kind}} -

{{name}}

+

{{name}}

{{/if}}
  • -

    {{name}} +

    {{name}}

    Used by: