Skip to content

Commit

Permalink
release candidate for v0.2.0 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgree authored Jul 24, 2023
1 parent 6b22993 commit 150b820
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 2 additions & 3 deletions docs/try.1.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion try
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 150b820

Please sign in to comment.