Skip to content

Commit

Permalink
adjust changelog in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Mar 10, 2021
1 parent 049f698 commit 9bfefd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.5.2 (2021-03-10)

* Restore Android support

## v1.5.1 (2021-03-03)

* Use shell instead of explorer on windows, reverting the original behaviour.
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ pub use unix::{that, with};

#[cfg(not(any(
target_os = "dragonfly",
target_os = "android",
target_os = "freebsd",
target_os = "ios",
target_os = "linux",
Expand Down

0 comments on commit 9bfefd0

Please sign in to comment.