Skip to content

v4.0.0 (🎬 Movie Night)

Compare
Choose a tag to compare
@pzeballos pzeballos released this 09 Jan 15:26
· 54 commits to main since this release
5cb9be4

What's changed

Dependencies updates PR #55 @frankpengau

  • bats core: 1.7.0 ~> 1.8.2
    • also using noaccessat2 version of the bats image (solves #56)
  • bats mock: 2.0.1 ~> 2.1.0
    • stubs that received additional parameters will now fail
    • you can now stub commands for any arguments received
  • bats asserts: 0.3.0 ~> 2.1.0
    • this is a huge jump and details on incompatibilities are scarce (so that is why this is a major release)

Incompatibilities found post-release

  • refute_line --partial STRING will fail if there is no output, use refute_output (without arguments) to ensure there is no output instead