You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This would be %i[epoch major minor patch pre] for epoch version schemes
355
357
expect(described_class.to_h.keys).to(match_array(%i[major minor patch pre]))
356
358
expect(described_class.to_a).to(be_a(Array))
357
359
end
@@ -405,7 +407,8 @@ This Library adheres to [![Epoch Semantic Versioning][📌semver-img]][📌semve
405
407
Violations of this scheme should be reported as bugs.
406
408
Specifically, if a minor or patch version is released that breaks backward compatibility,
407
409
a new version should be immediately released that restores compatibility.
408
-
Breaking changes to the public API, including dropping a supported platform (i.e. minor version of Ruby), will only be introduced with new major versions.
410
+
Breaking changes to the public API, including dropping a supported platform (i.e. minor version of Ruby),
411
+
will only be introduced with new major versions.
409
412
Epoch will only be bumped if there are dramatic changes, and that is not expected to happen ever.
410
413
411
414
### 📌 Is "Platform Support" part of the public API?
0 commit comments