Releases: fish-shop/syntax-check
Releases · fish-shop/syntax-check
v1.6.2
What's Changed
- Add security policy by @marcransome in #49
- Use fish-shop/install-fish-shell action by @marcransome in #50
- Update README.md by @marcransome in #51
Full Changelog: v1.6.1...v1.6.2
v1.6.1
⚙️ Maintenance release with dependency updates.
What's Changed
- Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #48
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #40
- Bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #42
- Bump fish-shop/workflows from 1.5.0 to 1.6.0 by @dependabot in #41
- Bump fish-shop/workflows from 1.6.0 to 1.7.0 by @dependabot in #43
- Bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #44
- Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #45
- Bump fish-shop/workflows from 1.7.0 to 1.8.0 by @dependabot in #46
Full Changelog: v1.5.2...v1.6.0
v1.5.2
What's Changed
- Bump fish-shop/workflows from 1.4.0 to 1.5.0 by @dependabot in #38
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Add tip alert to README.md by @marcransome in #35
- Pin action versions using hash by @marcransome in #36
- Bump fish-shop/workflows from 1.3.0 to 1.4.0 by @dependabot in #37
Full Changelog: v1.5.0...v1.5.1
v1.5.0
🧹 Small housekeeping release which includes dependency and project updates.
What's Changed
- Update workflows by @marcransome in #24
- Use consistent step names in workflows by @marcransome in #26
- Bump actions/checkout from 3 to 4 by @dependabot in #27
- Switch to reusable workflows by @marcransome in #28
- Reinstate dependency-review workflow by @marcransome in #29
- Bump actions/checkout from 3 to 4 by @dependabot in #30
- Switch to reusable markdown-links workflow by @marcransome in #31
- Switch to reusable dependency-review workflow by @marcransome in #32
Full Changelog: v1.4.0...v1.5.0
v1.4.0
👨🏻🚀 Minor point release with the following changes:
What's Changed
- Fix badge URL after breaking change by @marcransome in #21
- Bump vweevers/additional-tags-action from 1 to 2 by @dependabot in #22
- Add dependency review workflow by @marcransome in #23
Full Changelog: v1.3.1...v1.4.0
v1.3.1
🐛 Minor patch release to fix several broken links in README.md
.
v1.3.0
🍉 Minor point release with the following changes:
pattern
input is now mandatory- Bumped actions/checkout version from
v2
tov3
in workflows - Relaxed fish-actions/install-fish version from
v1.1.0
tov1
in test workflow - Added Dependabot configuration
- Added Markdown link checker workflow
- Added
.editorconfig
- Added
CODEOWNERS
configuration - Fixed preferred line ending format in
CONTRIBUTING.md
v1.2.0
🧪 This release includes the following:
- Add automated release tag management workflow
- Document action version patterns in
README.md
- Other minor documentation improvements