diff --git a/bats-core-1.10.0.tar.gz b/bats-core-1.10.0.tar.gz new file mode 100644 index 0000000..957bc81 --- /dev/null +++ b/bats-core-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a9f7875aa4b6a9480ca384d5865f1ccf1b0b1faead6b47aa47d79709a5c5fd +size 159353 diff --git a/bats-core-1.9.0.tar.gz b/bats-core-1.9.0.tar.gz deleted file mode 100644 index a6c10dd..0000000 --- a/bats-core-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c64295318d157616ca2478de819371e2c579ccdab30c1f0b7279f7b214fb1f4 -size 151817 diff --git a/bats.changes b/bats.changes index 2f534a8..1376b37 100644 --- a/bats.changes +++ b/bats.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sun Jul 16 18:41:06 UTC 2023 - Dirk Müller + +- update to 1.10.0: + * add `${BATS_TEST_TAGS[@]}` for querying the tags during a + test + * print tags on failing tests + * test for negative arguments to `--jobs` + * add tests for `--formatter cat` + * test coverage in CI + * Support for rush as alternative to GNU parallel + * add `bats_pipe` helper function for `run` that executes `\|` + as pipes + * publish docker images to ghcr.io (additionally to Dockerhub) + * clarify use cases of `--formatter cat` + * fix `run` with options overwriting the value of `i` + * fix `${BATS_TEST_NAMES[@]}` containing only `--tags` instead + of test name since Bats v1.8.0 + * fix `run --keep-empty-lines` counting trailing ` ` as + (empty) new line + * fix short flag unpacker creating bogus command lines with + valued flags + * fix formatter becoming confused with retries + * fix `--gather-test-outputs-in` fails on tests with `/` + * fix overriding `date` breaks `--timing` + ------------------------------------------------------------------- Tue Feb 14 09:42:03 UTC 2023 - Avinesh Kumar diff --git a/bats.spec b/bats.spec index f066717..aa51f7a 100644 --- a/bats.spec +++ b/bats.spec @@ -18,7 +18,7 @@ %define pname %{name}-core Name: bats -Version: 1.9.0 +Version: 1.10.0 Release: 0 Summary: Bash Automated Testing System License: MIT