Updated readme and version

pull/17/head
Ryan Kennedy 2020-11-02 14:41:39 -06:00
parent 03c7ac6ec7
commit c7379529da
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "vga"
version = "0.2.4"
version = "0.2.5"
authors = ["Ryan Kennedy <rkennedy9064@gmail.com>"]
edition = "2018"
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
- Updated `x86_64` to fix deprecated `asm!` macro.