Skip to content

Commit

Permalink
[docs] Add yank log
Browse files Browse the repository at this point in the history
Closes #238
Makes progress on #679
  • Loading branch information
joshlf committed Dec 14, 2023
1 parent 24b5a9b commit e8caf4b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## Releases

We track releases and release notes using [GitHub
Releases](https://github.com/google/zerocopy/releases).

## Yanks and Regressions

### 0.7.27, 0.7.28

These versions were briefly yanked due to a non-soundness regression reported in
[#672][pull-672]. After reconsidering our yanking policy in [#679][issue-679],
we un-yanked these versions.

[pull-672]: https://github.com/google/zerocopy/pull/672
[issue-679]: https://github.com/google/zerocopy/issues/679
9 changes: 7 additions & 2 deletions POLICIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,10 @@ increase our MSRV during semver-breaking version changes (e.g., 0.1 -> 0.2, 1.0
Whenever a bug or regression is identified, we will yank any affected versions
which are part of the current version train. For example, if the most recent
version is 0.10.20 and a bug is uncovered, we will release a fix in 0.10.21 and
yank all 0.10.X versions which are affected. We *may* also yank versions in previous
version trains on a case-by-case basis, but we don't guarantee it.
yank all 0.10.X versions which are affected. We *may* also yank versions in
previous version trains on a case-by-case basis, but we don't guarantee it.

For information about a particular yanked or un-yanked version, see our [yank
log][yank-log].

[yank-log]: https://github.com/google/zerocopy/blob/main/CHANGELOG.md#yanks-and-regressions

0 comments on commit e8caf4b

Please sign in to comment.