Skip to content

Commit 19c8489

Browse files
committed
Prepare for release 0.0.12
1 parent 85651ef commit 19c8489

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
* Ensure container created correctly on slash semantic tests.
66
* Update default test subjects for latest releases.
77
* For tests posting to a non-existent target, 405 is a valid response if target is not a container.
8-
* Add tests for support of read methods
8+
* Add tests for support of read methods.
9+
* Fix CORS tests so `Access-Control-Allow-Credentials` is not expected when not required.
910

1011
## Release 0.0.11
1112
* Moved repository to `solid-contrib` organization.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Use the script with the `-d` option to use the local tests:
6969
./run.sh -d . css
7070
```
7171
## Creating a script for a CI workflow
72-
If you just want to run tests against a single test subject, for examnple in a CI workflow, you can create a script such
72+
If you just want to run tests against a single test subject, for example in a CI workflow, you can create a script such
7373
as this one which will run the tests embedded in the latest published CTH image:
7474
```shell
7575
#!/bin/bash

run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ while getopts "lhd:e:" arg; do
135135
e)
136136
envfile="${OPTARG}"
137137
;;
138+
*)
139+
;;
138140
esac
139141
done
140142

0 commit comments

Comments
 (0)