Update README and Cargo.toml for 0.7.1

This commit is contained in:
Seth Morabito 2022-09-11 16:56:16 -07:00
parent a7e13a75a0
commit 03d0d36061
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package] [package]
name = "dmd_core" name = "dmd_core"
description = "AT&T / Teletype DMD 5620 Terminal Emulator - Core Library" description = "AT&T / Teletype DMD 5620 Terminal Emulator - Core Library"
version = "0.7.0" version = "0.7.1"
authors = ["Seth Morabito <web@loomcom.com>"] authors = ["Seth Morabito <web@loomcom.com>"]
homepage = "https://github.com/sethm/dmd_core" homepage = "https://github.com/sethm/dmd_core"
repository = "https://github.com/sethm/dmd_core" repository = "https://github.com/sethm/dmd_core"

View File

@ -27,6 +27,9 @@ however.
## Changelog ## Changelog
0.7.1: This change fixes a critical bug in how the TX register status
bits are set.
0.7.0: The simulated DMD 5620 can now run either 8;7;5 or 8;7;3 0.7.0: The simulated DMD 5620 can now run either 8;7;5 or 8;7;3
firmware. firmware.