From 5e77f3cb1f140b3b1d50104a7eea935c3788a6b1 Mon Sep 17 00:00:00 2001 From: Joshua Liebow-Feeser Date: Fri, 8 Dec 2023 08:28:58 -0800 Subject: [PATCH] [readme] Link to GitHub Releases (#692) --- README.md | 6 ++++++ src/lib.rs | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index fd35b2e1dc..a99cd3401b 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,12 @@ See our [MSRV policy]. [MSRV policy]: https://github.com/google/zerocopy/blob/main/POLICIES.md#msrv +## Changelog + +Zerocopy uses [GitHub Releases]. + +[GitHub Releases]: https://github.com/google/zerocopy/releases + ## Disclaimer Disclaimer: Zerocopy is not an officially supported Google product. diff --git a/src/lib.rs b/src/lib.rs index 02111fd98e..f5e01ef481 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -142,6 +142,12 @@ //! See our [MSRV policy]. //! //! [MSRV policy]: https://github.com/google/zerocopy/blob/main/POLICIES.md#msrv +//! +//! # Changelog +//! +//! Zerocopy uses [GitHub Releases]. +//! +//! [GitHub Releases]: https://github.com/google/zerocopy/releases // Sometimes we want to use lints which were added after our MSRV. // `unknown_lints` is `warn` by default and we deny warnings in CI, so without