Skip to content

Commit

Permalink
Bumped release to 1.9.0, updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrimati1992 committed Jan 6, 2024
1 parent 76f3e6b commit 8b4ad95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typewit"
version = "1.8.1"
version = "1.9.0"
authors = ["rodrimati1992 <[email protected]>"]
rust-version = "1.57.0"
edition = "2021"
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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::<L>() != TypeId::of::<R>()` implying `L != R`, which is not true in the general case.

### 1.8.0

Added `"rust_1_65"` feature
Expand Down

0 comments on commit 8b4ad95

Please sign in to comment.