Skip to content

Link to library semver too #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 15, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _posts/2015-05-15-Rust-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library were constantly changing.
official beginning of our [commitment to stability][stable], and as
such it offers a firm foundation for building applications and
libraries. From this point forward, breaking changes are largely out
of scope (some [caveats] apply, such as compiler bugs).
of scope (some [minor][minor] [caveats] apply, such as compiler bugs).

That said, releasing 1.0 doesn't mean that the Rust language is
"done". We have many [improvements in store][priorities]. In fact, the
Expand Down Expand Up @@ -329,3 +329,4 @@ whom contributed changes since our previous release (the
[24615]: https://github.com/rust-lang/rust/pull/24615
[25323]: https://github.com/rust-lang/rust/pull/25323
[ebook]: http://killercup.github.io/trpl-ebook/
[minor]: https://github.com/rust-lang/rfcs/pull/1105