Document v0.4.2 in CHANGELOG · Entire

Document v0.4.2 in CHANGELOG

c586ffd→main·

gtrrz-victor·2mo ago·1 file·+98 added/-42

First public release entry covering sync/replicate/plan/bootstrap, the library API, protocol plumbing, packaging, and docs. Restructured to Keep a Changelog format to match the rest of the entire.io repos.

Sessions

6023756b6121View transcript

[?
Can you update CHANGELOG.md for a 0.1.1 with all the changes since repo was created. Keep the style of https://github.com/entireio/cli/blob/main/CHANGELOG.mdClaude Code·Opus 4.7[1m]·2 steps](/content/gh/entireio/git-sync/session/4aa65553-be37-439e-acb2-f89621d78b4e#timeline-6023756b6121/index.html)

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)

Changed

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

Fixed

Housekeeping