aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-05 18:35:46 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-05 18:35:46 -0500
commitf5a16c77b43b37c7a7c1a96abd2187a2cea10c5b (patch)
treec4918c9aeecfd82184d0789d63ae6fcacf3d7ff9
parent1117fff612703ac07f081c0801f1f225932936b1 (diff)
downloadttyrec-f5a16c77b43b37c7a7c1a96abd2187a2cea10c5b.tar.gz
ttyrec-f5a16c77b43b37c7a7c1a96abd2187a2cea10c5b.zip
changelog and version bump0.3.2
-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 fba6521..12120fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.3.2] - 2021-12-05
+
+### Fixed
+
+* fixed some doc links
+
## [0.3.1] - 2021-12-04
### Changed
diff --git a/Cargo.toml b/Cargo.toml
index dfb6a84..b1d4d31 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ttyrec"
-version = "0.3.1"
+version = "0.3.2"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"