Skip to content

Commit 752614b

Browse files
committed
0.8.3
1 parent ea8d32e commit 752614b

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

CHANGELOG.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
## 0.8.2 (2016/9/25)
1+
## 0.8.3 (2020-05-22)
2+
3+
Feature:
4+
5+
- export `SHOVE_SHELL` variable to detect running shell inside test scripts
6+
7+
## 0.8.2 (2016-09-25)
28

39
Improve:
410

511
- Fix problem of `readlink` to work with relative or nested links #9
612

7-
## 0.8.1 (2016/9/19)
13+
## 0.8.1 (2016-09-19)
814

915
Feature:
1016

@@ -15,7 +21,7 @@ Deprecate:
1521

1622
- To use the old grouping syntax `T_SUB "$msg" (( ... ))` is now deprecated
1723

18-
## 0.8.0 (2016/9/19)
24+
## 0.8.0 (2016-09-19)
1925

2026
Feature:
2127

@@ -28,7 +34,7 @@ Bug Fix:
2834

2935
- `t_is`, `t_isnt`: Add quote to arguments for separated strings #5
3036

31-
## 0.7.4 (2016/9/18)
37+
## 0.7.4 (2016-09-18)
3238

3339
Enhance:
3440

@@ -43,20 +49,20 @@ Change for Dependency:
4349
- Support new format of `clam.spec` for [clenv](https://github.com/progrhyme/clenv)
4450
v0.3 #4
4551

46-
## 0.7.3 (2016/8/28)
52+
## 0.7.3 (2016-08-28)
4753

4854
Improve:
4955

5056
- Check target file existence of `shove` command #3 BABAROT
5157

52-
## 0.7.2 (2016/5/4)
58+
## 0.7.2 (2016-05-4)
5359

5460
Internal Change:
5561

5662
- Add test task by [shpec](https://github.com/rylnd/shpec)
5763
- Remove unused variable to get running SHELL
5864

59-
## 0.7.1 (2016/4/26)
65+
## 0.7.1 (2016-04-26)
6066

6167
Minor Improve:
6268

@@ -66,28 +72,28 @@ Minor Bug Fix:
6672

6773
- Fix format option of `date` command to make temporary test scripts by minutes.
6874

69-
## 0.7.0 (2016/4/23)
75+
## 0.7.0 (2016-04-23)
7076

7177
Feature:
7278

7379
- Introduce special syntax `T_SUB <name> (( ... ))` for grouping tests to reduce
7480
verbose writings and to make test codes more readable.
7581

76-
## 0.6.1 (2016/4/23)
82+
## 0.6.1 (2016-04-23)
7783

7884
Feature:
7985

8086
- Keep temporary test scripts for a while under working directory for troubleshooting.
8187

82-
## 0.6.0 (2016/4/22)
88+
## 0.6.0 (2016-04-22)
8389

8490
Improve:
8591

8692
- Add _ksh_ to test targets.
8793
- Don't use `local` keyword for variable declaration because it's not POSIX and
8894
not supported in _ksh_.
8995

90-
## 0.5.2 (2016/4/22)
96+
## 0.5.2 (2016-04-22)
9197

9298
Change:
9399

@@ -97,12 +103,12 @@ Tiny Bug Fix:
97103

98104
- "dash" was taken as "sh" at `t_init()`. (But no test uses the shell variable.)
99105

100-
## 0.5.1 (2016/4/22)
106+
## 0.5.1 (2016-04-22)
101107

102108
Improve:
103109

104110
- Quote argument string for compatibility.
105111

106-
## 0.5.0 (2016/4/21)
112+
## 0.5.0 (2016-04-21)
107113

108114
Initial release.

bin/shove

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu
44

5-
version="0.8.2"
5+
version="0.8.3"
66

77
current_dir="$(pwd)"
88

clam.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name=shove
2-
version=0.8.2
2+
version=0.8.3
33
executables=bin/shove
44
librarypath=lib

0 commit comments

Comments
 (0)