aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-08 12:36:24 -0500
committerJesse Luehrs <doy@tozt.net>2023-03-08 12:36:24 -0500
commit35fc0c42897f5a13bcfc35c349be8c2560f8366f (patch)
tree8125e50bef5184d4612385f4d80ef76207b9cfd5
parente857002d462bf08b197913fd1c3267a1f456a226 (diff)
downloadttyrec-35fc0c42897f5a13bcfc35c349be8c2560f8366f.tar.gz
ttyrec-35fc0c42897f5a13bcfc35c349be8c2560f8366f.zip
changelog and version bumpv0.4.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 035e9f5..dd684fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [0.4.0] - 2023-03-08
### Changed
diff --git a/Cargo.toml b/Cargo.toml
index 08c7619..5d9428f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ttyrec"
-version = "0.3.3"
+version = "0.4.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"