From ad467ec2b0d0b441f96e9b1bf14419b5fcc5486c Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Mon, 26 Jun 2023 03:44:31 +0300 Subject: [PATCH] Prepare for 1.1.7 release (#142) --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0799509..5fca0e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,7 +124,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "ego" -version = "1.1.6" +version = "1.1.7" dependencies = [ "anstyle", "clap", diff --git a/Cargo.toml b/Cargo.toml index 332ba60..35a48fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ego" -version = "1.1.6" +version = "1.1.7" edition = "2021" rust-version = "1.64.0" diff --git a/README.md b/README.md index ffd9047..29ade85 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,11 @@ For sudo, add the following to `/etc/sudoers` (replace `` with your own Changelog --------- -##### UNRELEASED -* Updated to clap 4.1.x (#116) +##### 1.1.7 (2023-06-26) +* Distro packaging: added tmpfiles.d conf to create missing ego user home directory (#134, fixed issue #131) +* Ego now detects and warns when target user's home directory does not exist or has wrong ownership (#139) * Minimum Supported Rust Version (MSRV) is now 1.64.0 (#116) +* Various minor cleanups, replaced unmaintained dependencies, dependency updates. ##### 1.1.6 (2023-01-21) * Updated to clap 4.0.x (#101) and many other dependency updates