From 3544c8ca791ff0d0cb20a07c369244c46f2b05a6 Mon Sep 17 00:00:00 2001 From: Ryan Kennedy Date: Mon, 2 Nov 2020 14:41:39 -0600 Subject: [PATCH] Updated readme and version --- Cargo.toml | 2 +- Changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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.