aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-04 10:24:55 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-04 10:24:55 -0500
commit22b2262bdc097ac6ddbe4c7ce488b1afb4f9127e (patch)
treeeb0319b469b4eb58f4be7a9496131d005bcc1703
parentb7f1e5116b5e182b1ce98560a724fb32ff97cae3 (diff)
downloadttyrec-22b2262bdc097ac6ddbe4c7ce488b1afb4f9127e.tar.gz
ttyrec-22b2262bdc097ac6ddbe4c7ce488b1afb4f9127e.zip
actually, bump to 0.2.00.2.0
since we are adding a new api
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 882a5bd..e05fb39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [0.1.1] - 2019-11-04
+## [0.2.0] - 2019-11-04
### Added
diff --git a/Cargo.toml b/Cargo.toml
index d265132..86cb64e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ttyrec"
-version = "0.1.1"
+version = "0.2.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"