Skip to content

Commit 1fc276d

Browse files
authored
Prepare for 0.4.1 release (#44)
* Also updated Cargo.lock
1 parent b39f1ed commit 1fc276d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ego"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2018"
55

66
# Metadata

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ For sudo, add the following to `/etc/sudoers` (replace `<myname>` with your own
6161

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

6969
##### 0.4.0 (2021-01-29)

0 commit comments

Comments
 (0)