From 72033811e421828dda8f68a97b676f6f35e590ad Mon Sep 17 00:00:00 2001 From: Max Inden Date: Sun, 5 Nov 2023 08:45:26 +0100 Subject: [PATCH] chore: prepare v0.53.0 Pull-Request: #4796. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b14598bd3e..1259dd01fd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -## 0.12.0 - unreleased +## 0.12.0 - Remove `Clone`, `PartialEq` and `Eq` implementations on `Event` and its sub-structs. The `Event` also contains errors which are not clonable or comparable. See [PR 3914](https://github.com/libp2p/rust-libp2p/pull/3914). -## 0.11.0 +## 0.11.0 - Raise MSRV to 1.65. See [PR 3715].