We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bce2a commit b118abdCopy full SHA for b118abd
src/lib.rs
@@ -129,6 +129,15 @@
129
//! }
130
//! ```
131
//!
132
+//! # SemVer/Versioning guarantees
133
+//!
134
+//! Some technically breaking changes might be released as a minor/patch version
135
+//! in some situations, for example:
136
+//! - Bugs in this library (e.g. behavior different from rustc)
137
+//! - Rust making breaking changes, likely via new edition
138
139
+//! In all cases, releasing these changes as a minor/patch version is only done
140
+//! if it is expected that breakage is minimal or non-existent.
141
142
143
//! # Crate features
0 commit comments