File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 0.4.0] - 2023-08-23
7
+
8
+ ### Added
9
+
10
+ - add aliases for ` assert_*_exist ` ** s** (#34 , #43 )
11
+ - CI: run shellcheck, fixed found issues (#51 )
12
+ - ` assert_file_contains ` : print regex on error (#57 )
13
+ - add ` assert_file_not_contains ` (#61 )
14
+
15
+ ### Fixed
16
+
17
+ - various links and typos in README.md (#28 , #26 , #45 )
18
+ - migrated CI scripts to Github Actions (#42 )
19
+ - make ` temp_* ` functions compatible with ` setup_file ` (#36 )
20
+ - don't require ` sudo ` anymore for ` assert_file_owner ` /` assert_not_file_owner ` (#38 , #50 )
21
+ - fixed internal unset variable errors with ` set -u ` (#33 )
22
+ - make ` temp_del ` work even when contents are write protected (#31 )
23
+ - parameter documentation for ` assert_file_permissions ` (#47 )
24
+ - tests use ` bats_load_library bats-support ` (#48 )
25
+ - fix ` temp_make ` template to work with Alpine's ` mktemp ` (#52 )
26
+ - removed ` temp.bash ` 's executable bit (#55 )
27
+ - use new ` bats_sudo ` helper to avoid running ` sudo ` as root/when not available (#53 , 54)
28
+ - fix ` assert_symlink_to ` for temp files in OSX (#56 )
6
29
7
30
## [ 0.3.0] - 2018-10-28
8
31
You can’t perform that action at this time.
0 commit comments