Skip to content

Commit

Permalink
Update README and Cargo.toml for 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sethm committed Sep 11, 2022
1 parent a7e13a7 commit 03d0d36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dmd_core"
description = "AT&T / Teletype DMD 5620 Terminal Emulator - Core Library"
version = "0.7.0"
version = "0.7.1"
authors = ["Seth Morabito <web@loomcom.com>"]
homepage = "https://github.com/sethm/dmd_core"
repository = "https://github.com/sethm/dmd_core"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ however.

## 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
firmware.

Expand Down

0 comments on commit 03d0d36

Please sign in to comment.