Skip to content

Latest commit

 

History

History
88 lines (56 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

88 lines (56 loc) · 3.64 KB

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.

v0.1.1 (2023-07-21)

Other

  • Improve doc

Commit Statistics

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

Commit Details

view details
  • Uncategorized

v0.1.0 (2023-07-21)

Chore

  • Update all deps
  • Rename to unsquashfs-wrapper

Documentation

  • Add CHANGELOG

New Features

  • Use which to check unsquashfs binary is exist
  • Add limit_thread argument to limit unsquashfs use thread count

Style

  • Run cargo clippy and cargo fmt to lint code

Test

  • Add examples

Commit Statistics

  • 11 commits contributed to the release over the course of 546 calendar days.
  • 7 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release unsquashfs-wrapper v0.1.0 (93adde2)
    • Release unsquashfs-wrapper v0.1.0 (58b51ea)
    • Add CHANGELOG (3902080)
    • Update all deps (d8334a1)
    • Rename to unsquashfs-wrapper (5804762)
    • Run cargo clippy and cargo fmt to lint code (f032eb6)
    • Use which to check unsquashfs binary is exist (6ac44ba)
    • Add limit_thread argument to limit unsquashfs use thread count (a5c59fe)
    • Add examples (9e99ed8)
    • Remove tar feature (9377585)
    • Init (52514f5)