Skip to content

Latest commit

 

History

History
248 lines (155 loc) · 6.98 KB

CHANGELOG.md

File metadata and controls

248 lines (155 loc) · 6.98 KB

Changelog

1.14.0

Released 2024-07-10.

Internal Changes

  • Upgrade Ruby dependencies. [#144], [#146], [#147], #[150], [#151], [#152], [#155], [#158].
  • Upgrade GitHub Actions dependencies. [#143], [#148], [#149], [#157].
  • Upgrade npm dependencies. [#145]

1.13.0

Released 2024-02-19.

Action Changes

  • Permit MIT-0 license. #142

Internal Changes

  • Upgrade Ruby dependencies. #138, #139.
  • Upgrade GitHub Actions dependencies. #140
  • Upgrade npm dependencies. [#141

1.12.1

Released 2024-01-08.

Internal Changes

  • Update dependabot.yml to update npm deps. #137
  • Upgrade Ruby dependencies. #138

1.12.0

Released 2024-01-08.

Internal Changes

1.11.0

Released 2023-07-02.

Action Changes

Internal Changes

  • Use stricter version pinning for GitHub Actions. #94
  • Bump ruby/setup-ruby from 1.147.0 to 1.148.0. #95
  • Stop monitoring Twitter links, fix markdown link check job. #104
  • Remove unneeded ignore pattern from markdown link check config. #105
  • Update CI to install Ruby version compatible with gemspec. #107
  • Update dependabot.yml. #108

1.10.0

Released 2023-04-27.

Action Changes

  • Checkout artichoke/artichoke repository in the a better temp directory. #93

1.9.0

Released 2023-04-27.

Packaging Changes

  • Add github action branding metadata, prepare v1.9.0 release. #91

1.8.0

Released 2023-04-27.

Packaging Changes

  • Upgrade gemspec minimum Ruby version to 3.0.0. #90

Internal Changes

  • Upgrade development Ruby version and bundler version. #89

1.7.0

Released 2023-04-26.

Action Changes

  • Echo cargo-about version in composite action. #88

1.6.0

Released 2023-04-26.

Action Changes

  • Use json output from cargo-about. #87

1.5.0

Released 2022-04-25.

Bug Fixes

  • Permit ISC and BSD-3-Clause license types. #85
  • Update embedded mruby license text to v3.2.0. #86

1.4.0

Released 2023-04-01.

Internal Changes

Many dependency upgrades. See GitHub PRs #40 through #84.

1.3.0

Released 2022-10-31.

Bug Fixes

  • Address deprecated 'set-output' command in GitHub Actions. #38

1.2.0

Released 2022-10-15.

Bug Fixes

  • Fix cargo-about Artichoke license checksum errors on Windows. #36

Internal Changes

  • Bump tapioca from 0.10.0 to 0.10.2. #32
  • Bump regexp_parser from 2.5.0 to 2.6.0. #33
  • Bump unicode-display_width from 2.2.0 to 2.3.0. #34
  • Bump sorbet from 0.5.10413 to 0.5.10473. #35

Changes

1.1.0

Released 2022-09-23.

Bug Fixes

  • Always update stable rust using rustup. #30

Internal Changes

  • Enforce Ruby files have 'strict' as the minimum sorbet typed level. #29

1.0.0

Released 2022-09-10. Initial release of generate_third_party.

Generate THIRDPARTY license listings using the bin script:

  • generate-third-party-text-file
  • generate-third-party-text-file-single-target

This gem exposes a bin script for installing cargo-about in GitHub Actions at install-cargo-about.