diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ffe6e..8ca62cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.3.0 +* Bump MSRV from 1.64 to 1.77. +* Remove deprecated `FiveLevelPagingRequest`. +* Add missing Limine Boot Protocol requests. + # 0.2.0 **BREAKING CHANGES** * Complete rewrite. * Removed limine-proc. diff --git a/Cargo.toml b/Cargo.toml index 8199294..5b99cfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "limine" description = "Rust crate for parsing the limine boot protocol structures" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = [ "Anhad Singh ",