Releases: tailcallhq/rust-gh-workflow
Releases · tailcallhq/rust-gh-workflow
gh-workflow-v0.4.0
Other
- lint fixes
gh-workflow-v0.3.0
Other
- update workflow
gh-workflow v0.2.0
Chore
- update build.rs using
Generate
and custom name - impl
Step::working_directory
New Features
- add
add_with
operator` on StepValue - add Setters for Event
- Make generate public fixes #26
Bug Fixes
Job::runs_on
- add names to default Rust workflow
Refactor
- many many changes
Commit Statistics
- 9 commits contributed to the release.
- 2 days passed between releases.
- 8 commits were understood as conventional.
- 3 unique issues were worked on: #22, #29, #33
Commit Details
gh-workflow v0.1.2
Chore
- lint fixes
New Features
- add
Workflow::setup_rust()
helper
Bug Fixes
- add wasm to possible targets
Commit Statistics
- 3 commits contributed to the release.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gh-workflow v0.1.1
Bug Fixes
- add readme file
Commit Statistics
- 3 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gh-workflow v0.1.0
Changelog
<csr-id-7f8b45f3f2065fc953da5fd4447183d0bcb94e38/>
update license<csr-id-d73d9faf093e15fc9d91a9318ca84f6113a310b0/>
add license<csr-id-1a004fc27cb6c44a6b76d5ca20b50dbfc90b4efe/>
update build<csr-id-55f52de53065d626aaea8007651251a9a86acc98/>
accept pathAsRef<Path>
<csr-id-90545329d44378175e1bbabe5595868720961dad/>
add warning in generated config<csr-id-dccdb3612602559e3c39e83ae3894086e06c5a5d/>
autogen CI<csr-id-5e43aa120b9f37227bc0d1e9d2c3c840a652319e/>
update folder structure
Chore
- update license
Additional Chore
<csr-id-cbf51abc82da429539cff463aebb83f941b62922/>
add changelog
New Features
- validate on CI
- add events
Bug Fixes
- tests
- refactor: move tests from
workflow.rs
to tests dir - remove unused deps
- move fixtures dir
- chore: rename files
- chore: import updates
- chore: update workflows
- chore: update workflow
- fix error on workflow-bench.yml
- partial fixes for tests
- drop unused struct
- revert unwanted changes in
needs
- drop
build_matrix.yml
- revert changes
- refactor: move tests from
Commit Statistics
- 17 commits contributed to the release.
- 12 commits followed conventional commit guidelines.
- 4 unique issues were addressed: #13, #14, #19, #21
Commit Details
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 Commits
- 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
)
- Update license (