Files
google-apis-rs/google-clis-common/CHANGELOG.md
2022-10-20 13:32:01 +08:00

2.7 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

5.0.0 (2022-10-20)

Breaking

Update mime dependency to 0.3 (from 0.2).

Commit Statistics

  • 5 commits contributed to the release.
  • 21 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • update apis-common crate changelog prior to release (065bd8d)
    • Merge branch 'refactor' (d202c95)
    • Add default impl to InvalidOptionsError (b706de7)
    • cargo clippy --fix google-clis-common (f4317a2)
    • Update mime dependency in google-clis-common (85e0d28)

4.0.0 (2022-09-29)

The first release to allow CLIs to share code in a backwards compatible fashion.

Commit Statistics

  • 6 commits contributed to the release.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release google-clis-common v4.0.0 (cd640a9)
    • Explicitly version strsim dependency to allow publish (b8555d6)
    • prepare changelog (6aab198)
    • Merge branch 'common-cli-crate' (4c4d96d)
    • run only tests that are actually used/implemented (a1e6496)
    • Add google-clis-common crate (322ea69)