diff --git a/README.md b/README.md index 627f3884..befd0a8d 100644 --- a/README.md +++ b/README.md @@ -163,8 +163,21 @@ Please also report any issue you run into while using the future branch! ## Version History -* 0.1.0 - 2023-06-25 - * Initial release. +* v0.2.0 - 2023-07-24 + - Refactor tests. + - Improved linting. + - Hide `try`-internal variables from scripts. + - Style guide. + - Testing in Vagrant. + - Support nested mounts. + - Resolve issues with `userxattr`. + - Better support for `unionfs`. + - Use `/bin/sh`, not `/bin/bash`. + - `-i` flag to ignore paths. + - Interactive improvements. + +* v0.1.0 - 2023-06-25 + - Initial release. ## See Also diff --git a/docs/try.1.md b/docs/try.1.md index d3cbd076..fbc1c597 100644 --- a/docs/try.1.md +++ b/docs/try.1.md @@ -1,4 +1,4 @@ -% TRY(1) try 0.1.0 | Do, or do not. There is no *try*. +% TRY(1) try 0.2.0 | Do, or do not. There is no *try*. % The PaSh Authors # NAME @@ -138,8 +138,7 @@ try commit try_dir # SEE ALSO -chroot(1), unshare(1) -Alternative tool [checkinstall](http://checkinstall.izto.org/) (unmaintained) +checkinstall(1), chroot(1), unshare(1) # BUGS diff --git a/try b/try index cdfa5a88..91999ab1 100755 --- a/try +++ b/try @@ -7,7 +7,7 @@ # # https://github.com/binpash/try -TRY_VERSION="0.1.0" +TRY_VERSION="0.2.0" TRY_COMMAND="$(basename "$0")" export TRY_COMMAND