Updated readme and version

This commit is contained in:
Ryan Kennedy 2020-11-02 14:41:39 -06:00
parent c5d21bd38c
commit 3544c8ca79
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "vga" name = "vga"
version = "0.2.4" version = "0.2.5"
authors = ["Ryan Kennedy <rkennedy9064@gmail.com>"] authors = ["Ryan Kennedy <rkennedy9064@gmail.com>"]
edition = "2018" edition = "2018"
description = "Support for vga specific functions, data structures, and registers." description = "Support for vga specific functions, data structures, and registers."

View file

@ -1,3 +1,7 @@
# 0.2.5
- Updated various out of date crates.
# 0.2.4 # 0.2.4
- Updated `x86_64` to fix deprecated `asm!` macro. - Updated `x86_64` to fix deprecated `asm!` macro.