Merge pull request #29 from entireio/update-changelog-first-release · Entire

Merge pull request #29 from entireio/update-changelog-first-release

414c006→main·

gtrrz-victor·2mo ago·1 file·+64 added/-48 removed

Document v0.4.2 in CHANGELOG

Changes

1

Changelog

Entries are grouped per release. Unreleased changes sit at the top. All notable changes to this project will be documented in this file.

Unreleased

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

[0.4.2] - 2026-04-30

First public release. git-sync mirrors refs from a source remote to a target remote without a local checkout, streaming source packs directly into target receive-pack whenever possible. The release covers the CLI, the library API, and the protocol plumbing they share.

Added

Changed (stable API, breaking)

External embedders that parse execution.mode must switch to execution.transfer_mode. There is no compatibility alias; the field was renamed in place.

Fixed