aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-15 13:34:55 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-15 13:34:55 -0500
commit2a38d87947dd44c66c6d2be27086a80cfa8adef6 (patch)
tree27980fb4b58c3fc8c9f309f8b32f83b95dfcbd94
parent656d9fd73189b73d6910d8424296c74b0abeac11 (diff)
downloadttyrec-bin-2a38d87947dd44c66c6d2be27086a80cfa8adef6.tar.gz
ttyrec-bin-2a38d87947dd44c66c6d2be27086a80cfa8adef6.zip
changelog and version bumpv0.1.3
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5dcbfc1..b735851 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.1.3] - 2021-12-15
+
+### Changed
+
+* Various internal cleanups
+
## [0.1.2] - 2021-12-06
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index a0c11a4..e2aebfc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -701,7 +701,7 @@ dependencies = [
[[package]]
name = "ttyrec-bin"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"anyhow",
"async-std",
diff --git a/Cargo.toml b/Cargo.toml
index ad9c0e4..cf27771 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ttyrec-bin"
-version = "0.1.2"
+version = "0.1.3"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"