From be252a2e1377bac9dbb2fda60f9cb70f69122718 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 7 Nov 2019 16:44:30 -0500 Subject: changelog and version bump --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca87d99..ae3109c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.6] - 2019-11-07 + +### Added + +* `tt play` now has key commands for seeking to the start or end of the file. +* `tt play` now allows searching for frames whose contents match a regex. + ## [0.1.5] - 2019-11-06 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 3a699ee..9762700 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1662,7 +1662,7 @@ dependencies = [ [[package]] name = "teleterm" -version = "0.1.5" +version = "0.1.6" dependencies = [ "bytes", "clap", diff --git a/Cargo.toml b/Cargo.toml index 629d1a3..b728000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teleterm" -version = "0.1.5" +version = "0.1.6" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3-54-g00ecf