aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-02-05 14:57:43 -0500
committerJesse Luehrs <doy@tozt.net>2023-02-05 14:57:43 -0500
commit4c9e5da3de10d838d792929f1691024d6bf59c85 (patch)
treeb6fc03b5a60ed7e69628c6e0ca3bb028f87241db
parent0cf00851dc88ed8013a35747c803b6c83db83761 (diff)
downloadvt100-rust-4c9e5da3de10d838d792929f1691024d6bf59c85.tar.gz
vt100-rust-4c9e5da3de10d838d792929f1691024d6bf59c85.zip
changelog and version bumpv0.15.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 b293d0b..0047edb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.15.2] - 2023-02-05
+
+### Changed
+
+* Bumped dependencies
+
## [0.15.1] - 2021-12-21
### Changed
diff --git a/Cargo.toml b/Cargo.toml
index 59a711d..ae8f3d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.15.1"
+version = "0.15.2"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"