Skip to content

Commit 150b820

Browse files
authored
release candidate for v0.2.0 (#120)
1 parent 6b22993 commit 150b820

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/try.1.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

try

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# https://github.com/binpash/try
99

10-
TRY_VERSION="0.1.0"
10+
TRY_VERSION="0.2.0"
1111
TRY_COMMAND="$(basename "$0")"
1212
export TRY_COMMAND
1313

0 commit comments

Comments
 (0)