diff --git a/Cargo.toml b/Cargo.toml index cdc459c..060bd72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vga" -version = "0.2.4" +version = "0.2.5" authors = ["Ryan Kennedy "] edition = "2018" description = "Support for vga specific functions, data structures, and registers." diff --git a/Changelog.md b/Changelog.md index d3f34ad..e19e523 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 0.2.5 + +- Updated various out of date crates. + # 0.2.4 - Updated `x86_64` to fix deprecated `asm!` macro.