Skip to content

Commit

Permalink
[docs] Link to 0.8 release notes
Browse files Browse the repository at this point in the history
Makes progress on #671, #1295
  • Loading branch information
joshlf committed Sep 19, 2024
1 parent 0618752 commit 3c5546e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ style="color:red;">compile error</span>. Pick two.</span>***
Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe`
so you don't have to.

*Thanks for your interest in zerocopy's 0.8 alpha release! For an overview
of what changes from 0.7, check out our [draft release
notes][release-notes].*
*Thanks for using zerocopy 0.8! For an overview of what changes from 0.7,
check out our [release notes][release-notes], which include a step-by-step
guide for upgrading from 0.7.*

[customer-request-issue]: https://github.com/google/zerocopy/issues/new/choose
[release-notes]: https://github.com/google/zerocopy/discussions/1288
[release-notes]: https://github.com/google/zerocopy/discussions/1680

## Overview

Expand Down
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
//! Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe`
//! so you don't have to.
//!
//! *Thanks for your interest in zerocopy's 0.8 alpha release! For an overview
//! of what changes from 0.7, check out our [draft release
//! notes][release-notes].*
//! *Thanks for using zerocopy 0.8! For an overview of what changes from 0.7,
//! check out our [release notes][release-notes], which include a step-by-step
//! guide for upgrading from 0.7.*
//!
//! [customer-request-issue]: https://github.com/google/zerocopy/issues/new/choose
//! [release-notes]: https://github.com/google/zerocopy/discussions/1288
//! [release-notes]: https://github.com/google/zerocopy/discussions/1680
//!
//! # Overview
//!
Expand Down

0 comments on commit 3c5546e

Please sign in to comment.