aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-15 13:25:18 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-15 13:25:18 -0500
commit9c436e47f20476447d86fd8a53c78ed9c3e13aa2 (patch)
treee41719f7a169c4e0e1d2b9c439834ec6efb9117d
parent127864d444f847e3f7f1d494fea768d83985a5d7 (diff)
downloadttyrec-9c436e47f20476447d86fd8a53c78ed9c3e13aa2.tar.gz
ttyrec-9c436e47f20476447d86fd8a53c78ed9c3e13aa2.zip
changelog and version bumpv0.3.3
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12120fe..f0a9293 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.3.3] - 2021-12-15
+
+### Fixed
+
+* add source data for errors where appropriate
+
## [0.3.2] - 2021-12-05
### Fixed
diff --git a/Cargo.toml b/Cargo.toml
index b1d4d31..899527c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ttyrec"
-version = "0.3.2"
+version = "0.3.3"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"