aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-04 09:30:09 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-04 09:30:09 -0500
commit59e7c620a516278719c1689ebebeb558bede5b60 (patch)
tree40afb9806df43556bfa5ce2d7a4eb8908526de7c
parent5c3e4c419a8bb4060a04b9cb1326bcdefe53109d (diff)
downloadvt100-rust-59e7c620a516278719c1689ebebeb558bede5b60.tar.gz
vt100-rust-59e7c620a516278719c1689ebebeb558bede5b60.zip
changelog and version bumpv0.2.00.2.0
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.toml2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5acea93..41013b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.2.0] - 2019-11-04
+
+### Changed
+
+* Reimplemented in pure safe rust, with a much more accurate parser
+* A bunch of minor API tweaks, some backwards-incompatible
+
## [0.1.2] - 2016-06-04
### Fixed
diff --git a/Cargo.toml b/Cargo.toml
index fa4317c..ef620fc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.1.2"
+version = "0.2.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"