aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--book/en/src/by-example/new.md2
-rw-r--r--book/en/src/migration.md2
-rw-r--r--book/en/src/preface.md3
3 files changed, 2 insertions, 5 deletions
diff --git a/book/en/src/by-example/new.md b/book/en/src/by-example/new.md
index 4f132e70..e4f7fd93 100644
--- a/book/en/src/by-example/new.md
+++ b/book/en/src/by-example/new.md
@@ -48,7 +48,7 @@ Here I'll use the `init` example from the `cortex-m-rtfm` crate.
``` console
$ curl \
- -L https://github.com/rtfm-rs/cortex-m-rtfm/raw/v0.5.0-beta.1/examples/init.rs \
+ -L https://github.com/rtfm-rs/cortex-m-rtfm/raw/v0.5.0/examples/init.rs \
> src/main.rs
```
diff --git a/book/en/src/migration.md b/book/en/src/migration.md
index a71773ee..a014c069 100644
--- a/book/en/src/migration.md
+++ b/book/en/src/migration.md
@@ -15,7 +15,7 @@ First, the version of the `cortex-m-rtfm` dependency needs to be updated to
version = "0.4.3"
# into this
-version = "0.5.0-beta.1"
+version = "0.5.0"
# and remove this Cargo feature
features = ["timer-queue"]
diff --git a/book/en/src/preface.md b/book/en/src/preface.md
index b2f4980f..e6e7e1d6 100644
--- a/book/en/src/preface.md
+++ b/book/en/src/preface.md
@@ -14,9 +14,6 @@ There is a translation of this book in [Russian].
This is the documentation of v0.5.x of RTFM; for the documentation of version
v0.4.x go [here](/0.4).
-**HEADS UP** This is a **beta** pre-release; there may be breaking changes in
-the API and semantics before a proper release is made.
-
{{#include ../../../README.md:5:44}}
{{#include ../../../README.md:50:}}