Skip to content

Commit

Permalink
Prepare for 1.1.2 release (#59)
Browse files Browse the repository at this point in the history
* Also updated Cargo.lock
* Tweak GitHub workflow to pass schema validation
  • Loading branch information
intgr authored May 8, 2021
1 parent cf7ffab commit 67c1a9d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
schedule:
# 16:21 UTC on Tuesdays
- cron: "21 16 * * tue"
- cron: "21 16 * * TUE"
repository_dispatch:
types: [tests]

Expand Down
18 changes: 9 additions & 9 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.1"
version = "1.1.2"
edition = "2018"

# Metadata
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ For sudo, add the following to `/etc/sudoers` (replace `<myname>` with your own
Changelog
---------

##### 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
* Note: For a GUI password prompt with the machinectl mode, you need to run a
Polkit authentication agent instead

##### 1.1.1 (2021-03-23)
* Include drop-in files for polkit, sudoers.d, sysusers.d -- for distro packages (#53)
* Documentation tweaks (#51, #53)
Expand Down

0 comments on commit 67c1a9d

Please sign in to comment.