Skip to content

Commit 13ad5e2

Browse files
Add changelog entries for 0.4.0
1 parent cb914cd commit 13ad5e2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

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)
629

730
## [0.3.0] - 2018-10-28
831

0 commit comments

Comments
 (0)