Skip to content

Commit

Permalink
Prepare for 1.1.3 release (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr authored Nov 12, 2021
1 parent c81a077 commit bd24040
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 21 deletions.
38 changes: 19 additions & 19 deletions 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.2"
version = "1.1.3"
edition = "2018"

# Metadata
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Marti Raudsepp
Copyright (c) 2020-2021 Marti Raudsepp

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ For sudo, add the following to `/etc/sudoers` (replace `<myname>` with your own
Changelog
---------

##### 1.1.3 (2021-11-12)
* Pin clap version (fixes #65) (#68)

##### 1.1.2 (2021-05-08)
* Enable sudo askpass helper if SUDO_ASKPASS is set (#58)
* Example how to set up a GUI password prompt with sudo: https://askubuntu.com/a/314401
Expand Down

0 comments on commit bd24040

Please sign in to comment.