aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-20 23:28:17 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-20 23:28:17 -0400
commit8971cb3542f818aeb66074482c4fa1efe6e33527 (patch)
tree1b9f916db9cd464ef0b6dfd61cc5d738c887624d
parent747a300b1b08a71820a46e67726fc3dc494127d7 (diff)
downloadrbw-8971cb3542f818aeb66074482c4fa1efe6e33527.tar.gz
rbw-8971cb3542f818aeb66074482c4fa1efe6e33527.zip
changelog and version bump1.8.3
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 335a2d6..b0e4b38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.8.3] - 2023-07-20
+
+### Fixed
+
+* Fixed running on linux without an X11 context available. (Benjamin Jacobs,
+ #126)
+
## [1.8.2] - 2023-07-19
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index ddeaa78..7d4d24b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1289,7 +1289,7 @@ dependencies = [
[[package]]
name = "rbw"
-version = "1.8.2"
+version = "1.8.3"
dependencies = [
"aes",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index ac407c3..2c5698b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbw"
-version = "1.8.2"
+version = "1.8.3"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"