All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.0 - 2024-11-28
- fix workflow name
0.4.1 - 2024-11-16
- error when
.github
dir does not exist (#51)
0.4.0 - 2024-11-13
- lint fixes
0.3.0 - 2024-11-11
- update workflow
- update build.rs using
Generate
and custom name - impl
Step::working_directory
- add
add_with
operator` on StepValue - add Setters for Event
- Make generate public fixes #26
-
Job::runs_on
- add names to default Rust workflow
- Improve type-safety for Step
- many many changes
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- Uncategorized
- Improve type-safety for Step (
790765a
)
- Improve type-safety for Step (
- lint fixes
- add
Workflow::setup_rust()
helper
- add wasm to possible targets
- 4 commits contributed to the release.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- add readme file
- 4 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- update license
- add license
- update build
- accept path
AsRef<Path>
- add warning in generated config
- autogen CI
- update folder structure
- update license
- add changelog
- validate on CI
- add events
- tests
- refactor: move tests from
workflow.rs
to tests dir
- refactor: move tests from
- remove unused deps
- move fixtures dir
- chore: rename files
- chore: import updates
- chore: update workflows
- chore: update workflow
- fix err on workflow-bench.yml
- partial
- partially fix tests
- fix tests
- drop unused struct
- revert unwanted change in
needs
- revert unwanted change in
needs
- drop
build_matrix.yml
- revert
- 18 commits contributed to the release.
- 12 commits were understood as conventional.
- 4 unique issues were worked on: #13, #14, #19, #21
view details
- #13
- Tests (
e91cd89
)
- Tests (
- #14
- Autogen CI (
dccdb36
)
- Autogen CI (
- #19
- Accept path
AsRef<Path>
(55f52de
)
- Accept path
- #21
- Validate on CI (
8f3615d
)
- Validate on CI (
- Uncategorized
- Release gh-workflow v0.1.0 (
374d65c
) - Update license (
17a92e4
) - Release gh-workflow v0.1.0 (
3d5543b
) - Release gh-workflow v0.1.0 (
4602f22
) - Add changelog (
cbf51ab
) - Update license (
7f8b45f
) - Update manifest (
770b3e3
) - Add license (
d73d9fa
) - Update build (
1a004fc
) - Update event (
a0bf957
) - Drop commented code (
fe53956
) - Add events (
d770fc8
) - Add warning in generated config (
9054532
) - Update folder structure (
5e43aa1
)
- Release gh-workflow v0.1.0 (