Skip to content

Commit

Permalink
release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mle86 committed May 4, 2017
1 parent e445ff7 commit 1112aad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
next
v2.1.0 (May 2017)
- Support re-entry into previously-unpacked archive directory
- Support direct entry into directory with archive-like name
- Improved .7z support (use 7z/7zr/7za archiver as available)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# walk(1) - enter and manipulate archive files like directories

Version 2.0.2, February 2017
Version 2.1.0, May 2017

```walk [-cyA] [--] ARCHIVE```

Expand Down
2 changes: 1 addition & 1 deletion man/walk.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH WALK "1" "February 2017" "walk 2.0.2" "walk"
.TH WALK "1" "May 2017" "walk 2.1.0" "walk"

.SH NAME
walk \- enter and manipulate archive files like directories
Expand Down
4 changes: 2 additions & 2 deletions src/walk.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

# walk v2.0.2
# walk v2.1.0
#
# Copyright (C) 2017 Maximilian L. Eul
# This file is part of walk.
Expand Down Expand Up @@ -104,7 +104,7 @@ syntaxline="syntax: $prog [-cyA] ARCHIVE "
help () {
printf '%s\n' "$syntaxline"
echo ""
echo "walk v2.0.2 will unpack an archive file into a new directory of the"
echo "walk v2.1.0 will unpack an archive file into a new directory of the"
echo "same name and spawn a new shell within that directory. After said"
echo "shell terminates, walk will ask you whether you want to re-create"
echo "the archive from that directory and whether you want to delete the"
Expand Down

0 comments on commit 1112aad

Please sign in to comment.