aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md13
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..e6ce361
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,13 @@
+# Changelog
+
+## [0.1.1] - 2021-12-05
+
+### Fixed
+
+* Fix cursor positioning during playback
+
+## [0.1.0] - 2021-12-05
+
+### Added
+
+* Initial release
diff --git a/Cargo.lock b/Cargo.lock
index 8082d2b..97e13df 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -723,7 +723,7 @@ dependencies = [
[[package]]
name = "ttyrec-bin"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"anyhow",
"async-std",
diff --git a/Cargo.toml b/Cargo.toml
index 02a2ea0..c3876ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ttyrec-bin"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"