File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
lines changed 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!
163
163
164
164
## Version History
165
165
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.
168
181
169
182
## See Also
170
183
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* .
2
2
% The PaSh Authors
3
3
4
4
# NAME
@@ -138,8 +138,7 @@ try commit try_dir
138
138
139
139
# SEE ALSO
140
140
141
- chroot(1), unshare(1)
142
- Alternative tool [ checkinstall] ( http://checkinstall.izto.org/ ) (unmaintained)
141
+ checkinstall(1), chroot(1), unshare(1)
143
142
144
143
# BUGS
145
144
Original file line number Diff line number Diff line change 7
7
#
8
8
# https://github.com/binpash/try
9
9
10
- TRY_VERSION=" 0.1 .0"
10
+ TRY_VERSION=" 0.2 .0"
11
11
TRY_COMMAND=" $( basename " $0 " ) "
12
12
export TRY_COMMAND
13
13
You can’t perform that action at this time.
0 commit comments