From 0dd36b5e93051d80304b72fd86ccdf00f2dfa16d Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Sat, 21 Jan 2023 16:23:11 +0200 Subject: [PATCH] Prepare for 1.1.6 release (#115) --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b457a80..6eb077d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ checksum = "82a90734b3d5dcf656e7624cca6bce9c3a90ee11f900e80141a7427ccfb3d317" [[package]] name = "ego" -version = "1.1.5" +version = "1.1.6" dependencies = [ "ansi_term", "clap", diff --git a/Cargo.toml b/Cargo.toml index 29ccf1f..42bb1ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ego" -version = "1.1.5" +version = "1.1.6" edition = "2021" rust-version = "1.60.0" diff --git a/README.md b/README.md index 6ba537e..0603ccf 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,12 @@ For sudo, add the following to `/etc/sudoers` (replace `` with your own Changelog --------- +##### 1.1.6 (2023-01-21) +* Updated to clap 4.0.x (#101) and many other dependency updates +* Fixes for new clippy lints (#95, #93, #111) +* Use `snapbox` instead of hand-coded snapshot testing (#102) +* MSRV was determined to be Rust 1.60.0 (#113) + ##### 1.1.5 (2022-01-02) * Document xhost requirement, improve xhost error reporting (#76) * Upgrade to clap 3.0.0 stable (#71)