Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
All notable changes to GraphCompose are documented here. Versions
follow semantic versioning; release dates are ISO 8601.

## v2.0.1 — Planned

### Build

- The binary-compatibility gate (japicmp) now **enforces** backward compatibility
against the published `2.0.0` baseline: an accidental binary-incompatible change to
the public API fails the build instead of only being reported. Development proceeds
on the `2.0.1-SNAPSHOT` line, so the gate compares the working tree against that
baseline and catches a regression before it can ship in a 2.x update. Source-level
incompatibilities remain report-only for now.

## v2.0.0 — 2026-07-13

The 2.0 development line. Binary-breaking by design — japicmp runs report-only
Expand Down
Loading