File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,8 +163,21 @@ Please also report any issue you run into while using the future branch!
163163
164164## Version History
165165
166- * 0.1.0 - 2023-06-25
167- * Initial release.
166+ * v0.2.0 - 2023-07-24
167+ - Refactor tests.
168+ - Improved linting.
169+ - Hide ` try ` -internal variables from scripts.
170+ - Style guide.
171+ - Testing in Vagrant.
172+ - Support nested mounts.
173+ - Resolve issues with ` userxattr ` .
174+ - Better support for ` unionfs ` .
175+ - Use ` /bin/sh ` , not ` /bin/bash ` .
176+ - ` -i ` flag to ignore paths.
177+ - Interactive improvements.
178+
179+ * v0.1.0 - 2023-06-25
180+ - Initial release.
168181
169182## See Also
170183
Original file line number Diff line number Diff line change 1- % TRY(1) try 0.1 .0 | Do, or do not. There is no * try* .
1+ % TRY(1) try 0.2 .0 | Do, or do not. There is no * try* .
22% The PaSh Authors
33
44# NAME
@@ -138,8 +138,7 @@ try commit try_dir
138138
139139# SEE ALSO
140140
141- chroot(1), unshare(1)
142- Alternative tool [ checkinstall] ( http://checkinstall.izto.org/ ) (unmaintained)
141+ checkinstall(1), chroot(1), unshare(1)
143142
144143# BUGS
145144
Original file line number Diff line number Diff line change 77#
88# https://github.com/binpash/try
99
10- TRY_VERSION=" 0.1 .0"
10+ TRY_VERSION=" 0.2 .0"
1111TRY_COMMAND=" $( basename " $0 " ) "
1212export TRY_COMMAND
1313
You can’t perform that action at this time.
0 commit comments