From 3a17d6fa482654f3a30440470827d033cbf1200f Mon Sep 17 00:00:00 2001 From: Soares Chen Date: Thu, 16 Jan 2025 16:25:45 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd0f49..123502f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## v0.3.1 (2025-01-16) +- Update Rust MSRV to v1.84 - [#58](https://github.com/contextgeneric/cgp/pull/58) + - Add `HasAsyncErrorType` to prelude - [#59](https://github.com/contextgeneric/cgp/pull/59) - Add `CanRaiseAsyncError` and `CanWrapAsyncError` to `cgp-error` and prelude - [#60](https://github.com/contextgeneric/cgp/pull/60)