diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8a3d1..cf5a04e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `self-replace` are documented here. +## 1.5.0 + +- Raised MSRV to 1.63 and upgraded windows-sys to 0.52. #26 + ## 1.4.0 - Added `self_delete_at`. #22 diff --git a/Cargo.toml b/Cargo.toml index 085108f..83b8d7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "self-replace" -version = "1.4.0" +version = "1.5.0" authors = ["Armin Ronacher "] edition = "2018" license = "Apache-2.0"