Added - `README.md` is now checked in. Generate `README.rst` via pandoc.
Changed - update the READMEs to describe how the new `validate_artifact_url` calls change testing. - `scriptworker.client.validate_task_schema` -> `scriptworker.client.validate_json_schema`
Fixed - `valid_artifact_regexes` should be spelled `valid_artifact_path_regexes`. fixed.
0.5.0
Changed - `unsignedArtifacts` URLs will now be verified as valid TaskCluster artifact URLs for dependent tasks by default. - tests no longer use nosetest syntax; they've been all ported to pytest syntax.
Fixed - multiple `unsignedArtifacts` with different paths but the same filenames will no longer clobber each other.
0.4.2
Changed - moved signingscript.worker functions into signingscript.task
Fixed - `download_files` now uses the standard SSL trusted CAs.