Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions BREAKING-CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ read first.

---

## 2.0.0 (unreleased) — since 1.4.0
## 2.0.0 — since 1.4.0

### At a glance

Expand Down Expand Up @@ -134,9 +134,9 @@ This was not three separate defects. One conversion made *every* `params Entity[
the library uncallable with a list, including any added later.

**This one moves between previews.** The conversion is in `2.0.0-preview.1` and
`2.0.0-preview.2`, both published, and is removed in the release that follows them. It is so
far the only entry here that changes between two previews rather than between releases: a
reader coming from 1.3.0 or 1.4.0 can ignore the distinction, one already on a preview cannot.
`2.0.0-preview.2`, both published, and is gone in `2.0.0`. It is the only entry here that
changes between two previews rather than between releases: a reader coming from 1.3.0 or
1.4.0 can ignore the distinction, one already on a preview cannot.

**What breaks.** Assigning a list where an `Entity` is expected:

Expand Down
2 changes: 1 addition & 1 deletion Sources/Package.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
release tag, so what ships is named by the tag; this is what a local build and the
assembly metadata carry.
-->
<Version>2.0.0-preview.2</Version>
<Version>2.0.0</Version>

<!--
Pinned to the major for the whole of 2.x, and deliberately not tracking Version.
Expand Down
Loading