Skip to content

Commit

Permalink
Prepare for 0.4.1 release (#44)
Browse files Browse the repository at this point in the history
* Also updated Cargo.lock
  • Loading branch information
intgr authored Jan 29, 2021
1 parent b39f1ed commit 1fc276d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 = "0.4.0"
version = "0.4.1"
edition = "2018"

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

Changelog
---------
##### Unreleased
* Fix `--machinectl` on Ubuntu, Debian with dash shell (#42)
* Fix error reporting when command execution fails (#43)
##### 0.4.1 (2021-01-29)
* Fixed `--machinectl` on Ubuntu, Debian with dash shell (#42)
* Fixed error reporting when command execution fails (#43)
* Documented how to avoid password prompt with machinectl & other doc tweaks (#41)

##### 0.4.0 (2021-01-29)
Expand Down

0 comments on commit 1fc276d

Please sign in to comment.