Skip to content

Latest commit

 

History

History
201 lines (142 loc) · 13 KB

CHANGELOG.md

File metadata and controls

201 lines (142 loc) · 13 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.

0.3.2 (2022-09-20)

Maintenance release without observable changes.

Commit Statistics

  • 5 commits contributed to the release over the course of 14 calendar days.
  • 27 days passed between releases.
  • 0 commits were understood as conventional.
  • 2 unique issues were worked on: #450, #470

Commit Details

view details
  • #450
    • replace quick-error with thiserror (bc45906)
  • #470
    • update changelogs prior to release (caa7a1b)
  • Uncategorized
    • Release git-hash v0.9.10, git-features v0.22.5, git-date v0.2.0, git-actor v0.12.0, git-glob v0.4.0, git-path v0.5.0, git-quote v0.3.0, git-attributes v0.4.0, git-config-value v0.8.0, git-tempfile v2.0.5, git-validate v0.6.0, git-object v0.21.0, git-ref v0.16.0, git-sec v0.4.0, git-config v0.8.0, git-discover v0.5.0, git-traverse v0.17.0, git-index v0.5.0, git-worktree v0.5.0, git-testtools v0.9.0, git-command v0.1.0, git-prompt v0.1.0, git-url v0.9.0, git-credentials v0.5.0, git-diff v0.19.0, git-mailmap v0.4.0, git-chunk v0.3.2, git-pack v0.23.0, git-odb v0.33.0, git-packetline v0.13.0, git-transport v0.20.0, git-protocol v0.20.0, git-revision v0.5.0, git-refspec v0.2.0, git-repository v0.24.0, git-commitgraph v0.9.0, gitoxide-core v0.18.0, gitoxide v0.16.0, safety bump 28 crates (29a043b)
    • Merge branch 'index-from-tree' (172f73c)
    • Merge branch 'git_date_relative' (83a3832)

0.3.1 (2022-08-24)

Chore

  • uniformize deny attributes

Commit Statistics

  • 5 commits contributed to the release over the course of 211 calendar days.
  • 212 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release git-date v0.0.5, git-hash v0.9.8, git-features v0.22.2, git-actor v0.11.3, git-glob v0.3.2, git-quote v0.2.1, git-attributes v0.3.2, git-tempfile v2.0.4, git-lock v2.1.1, git-validate v0.5.5, git-object v0.20.2, git-ref v0.15.2, git-sec v0.3.1, git-config v0.7.0, git-credentials v0.4.0, git-diff v0.17.2, git-discover v0.4.1, git-bitmap v0.1.2, git-index v0.4.2, git-mailmap v0.3.2, git-chunk v0.3.1, git-traverse v0.16.2, git-pack v0.21.2, git-odb v0.31.2, git-packetline v0.12.7, git-url v0.7.2, git-transport v0.19.2, git-protocol v0.19.0, git-revision v0.4.2, git-refspec v0.1.0, git-worktree v0.4.2, git-repository v0.22.0, safety bump 4 crates (4974eca)
    • Merge branch 'example-new-repo' (946dd3a)
    • uniformize deny attributes (f7f136d)
    • Merge branch 'AP2008-implement-worktree' (f32c669)
    • Merge branch 'index-information' (025f157)

0.3.0 (2022-01-23)

New Features

  • Facilities to write chunk files This includes utilities to plan chunks for writing the table of contents, and to get a hand when actually writing the chunks themselves while assuring they are written into the correct spot.
  • add file::Index::size_for_entries() const fn This is useful for min-size checks of files that are to be loaded.
  • add file::Index::usize_offset_by_id() and range::into_usize_or_panic()

Changed (BREAKING)

  • file::Index::chunks is not public anymore The internal state is validated, and to assure that it can't be publicly accessible.
  • rename into_usize_range() to range::into_usize()
  • rename Kind to Id This is more in line with gits terminology and feels quite natural to use as well.

Commit Statistics

  • 19 commits contributed to the release over the course of 33 calendar days.
  • 34 days passed between releases.
  • 6 commits were understood as conventional.
  • 1 unique issue was worked on: #279

Commit Details

view details
  • #279
    • write progress for multi-pack writing (1bea1d4)
    • Facilities to write chunk files (389fea2)
    • multi-pack index writing complete with large-offset support (f7d5c7f)
    • fix docs (b61a920)
    • Writing of chunk index (17a93c3)
    • Sketch all the chunk-write API and use it from multi-index write (5457761)
    • file::Index::chunks is not public anymore (11b0f4a)
    • cargo fmt (8b9da35)
    • fix docs (cd981e2)
    • add file::Index::size_for_entries() const fn (373a850)
    • refactor (8b8b4c5)
    • add file::Index::usize_offset_by_id() and range::into_usize_or_panic() (e14096e)
    • rename into_usize_range() to range::into_usize() (9328015)
    • rename Kind to Id (dda26a4)
  • Uncategorized
    • Release git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0 (1b76119)
    • Release git-actor v0.8.0, git-config v0.1.10, git-object v0.17.0, git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0 (8f57c29)
    • Release git-features v0.19.1, git-actor v0.8.0, git-config v0.1.10, git-object v0.17.0, git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0 (d78aab7)
    • Release git-hash v0.9.1, git-features v0.19.1, git-actor v0.8.0, git-config v0.1.10, git-object v0.17.0, git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0, safety bump 4 crates (373cbc8)
    • prepar changelogs for cargo-smart-release release (8900d69)

0.2.0 (2021-12-20)

New Features

  • new file::Index::highest_offset() method With it it's simpler to figure out from where to read trailing checksums.

New Features (BREAKING)

  • Use [u8;4] as chunk id This allows to remove the additional string to describe the ids, which are usually ascii anyway.

Commit Statistics

  • 6 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 1 unique issue was worked on: #279

Commit Details

view details
  • #279
    • update changelog (099f055)
    • Use [u8;4] as chunk id (9d9f2ee)
    • new file::Index::highest_offset() method (d0fab1e)
    • refactor (7a9e628)
    • remove unnecessary test dependencies (463afcc)
  • Uncategorized
    • Release git-chunk v0.2.0, safety bump 4 crates (b792fab)

0.1.0 (2021-12-20)

Initial release with enough functionality to handle multi-pack indices and commitgraph files.

Commit Statistics

  • 8 commits contributed to the release.
  • 0 commits were understood as conventional.
  • 1 unique issue was worked on: #279

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • #279
    • update changelog prior to release (6ae49e3)
    • remove empty tests (e30dcea)
    • read and validate fanout chunk (3ca04e3)
    • Read all mandatory and optional chunks (99023bb)
    • Load chunk index of midx file (fac8efa)
    • frame for git-chunk crate to share among git-pack and git-commitgraph (b2d2ae2)
  • Uncategorized