Skip to content

Commit

Permalink
Prepare for 1.1.7 release (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr authored Jun 26, 2023
1 parent df3c119 commit ad467ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ego"
version = "1.1.6"
version = "1.1.7"
edition = "2021"
rust-version = "1.64.0"

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@ For sudo, add the following to `/etc/sudoers` (replace `<myname>` 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
Expand Down

0 comments on commit ad467ec

Please sign in to comment.