aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md18
-rw-r--r--Cargo.toml2
2 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..882a5bd
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Changelog
+
+## [0.1.1] - 2019-11-04
+
+### Added
+
+* added `offset` method to `Parser` and `Reader` to get the amount of time to
+ offset frame times by in order to pretend that the frames started at time 0
+
+### Fixed
+
+* fix panic when parsing a frame with a large timestamp
+
+## [0.1.0] - 2019-10-27
+
+### Added
+
+* Initial release
diff --git a/Cargo.toml b/Cargo.toml
index 739575e..d265132 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ttyrec"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"