aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.toml2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66c33eb..b293d0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.15.1] - 2021-12-21
+
+### Changed
+
+* Removed a lot of unnecessary test data from the packaged crate, making
+ downloads faster
+
## [0.15.0] - 2021-12-15
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 3b85c8e..b15b723 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.15.0"
+version = "0.15.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"