Skip to content

Commit 8f7d88b

Browse files
authored
[policies] Document yanking policy (#677)
1 parent 5b76223 commit 8f7d88b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

POLICIES.md

+8
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,11 @@ Our minimum supported Rust version (MSRV) is encoded in our `Cargo.toml` file.
9393
We consider an increase in MSRV to be a semver-breaking change, and will only
9494
increase our MSRV during semver-breaking version changes (e.g., 0.1 -> 0.2, 1.0
9595
-> 2.0, etc).
96+
97+
## Yanking
98+
99+
Whenever a bug or regression is identified, we will yank any affected versions
100+
which are part of the current version train. For example, if the most recent
101+
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.

0 commit comments

Comments
 (0)