Skip to content

Commit

Permalink
Merge pull request #150 from AustinScola/ascola/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
AustinScola authored Aug 20, 2023
2 parents 67ae3d5 + 663d0ef commit 3c62fcf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.1
- Add more inshd commands:
- `-f|--force` for `start`/`stop`
- `restart`

# 0.4.0
- Add a daemon for performing tasks.

Expand Down
4 changes: 2 additions & 2 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 insh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "insh"
version = "0.4.0"
version = "0.4.1"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion inshd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inshd"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
description = "A daemon for insh."

Expand Down

0 comments on commit 3c62fcf

Please sign in to comment.