Skip to content

Commit 5bd5f1b

Browse files
authored
[docs] Add yank log (#732)
Closes #238 Makes progress on #679
1 parent 24b5a9b commit 5bd5f1b

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## Releases
4+
5+
We track releases and release notes using [GitHub
6+
Releases](https://github.com/google/zerocopy/releases).
7+
8+
## Yanks and Regressions
9+
10+
### 0.7.27, 0.7.28
11+
12+
These versions were briefly yanked due to a non-soundness regression reported in
13+
[#672][pull-672]. After reconsidering our yanking policy in [#679][issue-679],
14+
we un-yanked these versions.
15+
16+
[pull-672]: https://github.com/google/zerocopy/pull/672
17+
[issue-679]: https://github.com/google/zerocopy/issues/679

POLICIES.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,10 @@ increase our MSRV during semver-breaking version changes (e.g., 0.1 -> 0.2, 1.0
9999
Whenever a bug or regression is identified, we will yank any affected versions
100100
which are part of the current version train. For example, if the most recent
101101
version is 0.10.20 and a bug is uncovered, we will release a fix in 0.10.21 and
102-
yank all 0.10.X versions which are affected. We *may* also yank versions in previous
103-
version trains on a case-by-case basis, but we don't guarantee it.
102+
yank all 0.10.X versions which are affected. We *may* also yank versions in
103+
previous version trains on a case-by-case basis, but we don't guarantee it.
104+
105+
For information about a particular yanked or un-yanked version, see our [yank
106+
log][yank-log].
107+
108+
[yank-log]: https://github.com/google/zerocopy/blob/main/CHANGELOG.md#yanks-and-regressions

0 commit comments

Comments
 (0)