Skip to content

Commit

Permalink
Merge pull request #161 from AustinScola/ascola/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
AustinScola authored Oct 29, 2023
2 parents 2aa582e + b980bf2 commit 1ab6afd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.4.6
- Change the browser to use inshd to get files in a directory.

# 0.4.5
- Fix handling of rapid input (for example pasting or keys that send ANSI escape codes).

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.5"
version = "0.4.6"
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.5"
version = "0.4.6"
edition = "2021"
description = "A daemon for insh."

Expand Down

0 comments on commit 1ab6afd

Please sign in to comment.