Releases: caltechlibrary/waystation
Release 1.8.0
Changes in this release:
- Fix unfortunate typo in version number in examples and workflows involving Waystation.
Release 1.8.0
Changes in this release:
- Fix unfortunate typo in version number in examples and workflows involving Waystation.
Release 1.7.0
Changes in this release:
- Updated Waystation's GitHub Actions dependencies to the latest versions.
- Added Markdown file linter and YAML file linter workflows and project configs.
- Updated GitHub workflows to use latest versions of GitHub Actions.
- Fixed trivial YAML linter warnings in various
.yml
files. - Added a Makefile for automating more release processes.
Release 1.7.0
Changes in this release:
- Updated Waystation's GitHub Actions dependencies to the latest versions.
- Added Markdown file linter and YAML file linter workflows and project configs.
- Updated GitHub workflows to use latest versions of GitHub Actions.
- Fixed trivial YAML linter warnings in various
.yml
files. - Added a Makefile for automating more release processes.
Version 1.6
Changes in this release:
- Fixed issue #3. The default value of
dry_run
is nowfalse
, as it was supposed to be. - Removed the
save_errors
parameter; it doesn't seem useful for Waystation and just adds complexity. - Updated and improved the documentation, and added screenshots.
- Revised and improved the sample workflow.
- Added a file (
sample-workflow.yml
) for the sample workflow, to make copying easier. - Updated source code file headers to be more streamlined and include a missing copyright statement.
- Updated the copyright year in the relevant files.
Version 1.5
This release updates the version of the Wayback action used by Waystation to the latest version (1.3.28), and corrects embarrassing misspellings of the author's name in the top-level README file.
Version 1.4
This release adds a GitHub Pages documentation site for docs, which not only seems fitting considering the purpose of this GitHub Action but also helps with testing. This release also includes some polishing up of the GitHub Action.
Version 1.3
This version corrects the code for getting the repository's GitHub Pages URL.
Version 1.2 – bugfix release
This release fixes a failure to pass the GITHUB_TOKEN to the underlying workflow.
Version 1.1
This version fixes a fatal bug in the action definition file.