From 8b4ad953412d8711b683b2a4806d9015a3c688d6 Mon Sep 17 00:00:00 2001 From: rodrimati1992 Date: Sat, 6 Jan 2024 03:49:18 -0300 Subject: [PATCH] Bumped release to 1.9.0, updated changelog --- Cargo.toml | 2 +- Changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f3b247..ad2e330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typewit" -version = "1.8.1" +version = "1.9.0" authors = ["rodrimati1992 "] rust-version = "1.57.0" edition = "2021" diff --git a/Changelog.md b/Changelog.md index da380ae..731bbb2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ This is the changelog, summarising changes in each version(some minor changes ma # 1.0 +### 1.9.0 + +Deprecated `{TypeCmp, TypeNe}::with_any` due to unsoundness: both constructors rely on `TypeId::of::() != TypeId::of::()` implying `L != R`, which is not true in the general case. + ### 1.8.0 Added `"rust_1_65"` feature