Skip to content

Commit

Permalink
Prepare for 1.1.6 release (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr authored Jan 21, 2023
1 parent 1df58f8 commit 0dd36b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.5"
version = "1.1.6"
edition = "2021"
rust-version = "1.60.0"

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

0 comments on commit 0dd36b5

Please sign in to comment.