Skip to content

Latest commit

 

History

History
83 lines (50 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

83 lines (50 loc) · 2.05 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.

Unreleased - ReleaseDate

0.2.3 - 2024-07-01

0.2.2 - 2024-07-01

Changed

  • don't cache clones from local repositories

0.2.1 - 2024-06-28

Fixed

  • don't chdir into cache repo path on initial clone. This fixes clones from relative paths (git cache clone ./repo target_path)

0.2.0 - 2024-06-28

Changed

  • split into library and binary

0.1.5 - 2024-02-06

Fixed

  • don't forget checking out commit on first mirror
  • check if folder exists in is_initialized()

Changed

  • strip & LTO by default

0.1.4 - 2024-02-02

Fixed

  • always create cache folder. This prevents a panic creating a repository lockfile.
  • added context to some errors

0.1.3 - 2024-01-30

Changed

  • don't error on git-cache init

0.1.2 - 2024-01-30

Fixed

  • don't set "core.compression=true" on mirror repo. Fixes git < 2.39.

0.1.1 - 2024-01-30

Added

  • implemented basic cache repository locking

0.1.0 - 29.01.2024