aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-21 17:04:57 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-21 17:04:57 -0500
commite6c8ee8f3fa834661201d61ab2f225aa847c34b7 (patch)
treef72f3878e498609feb8838b266e11c625fecec54
parentda890cfedbfc85e731a2604bdc66032a50b834f4 (diff)
downloadvt100-rust-e6c8ee8f3fa834661201d61ab2f225aa847c34b7.tar.gz
vt100-rust-e6c8ee8f3fa834661201d61ab2f225aa847c34b7.zip
changelog and version bumpv0.15.1
-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"