Skip to content

Releases: tailcallhq/rust-gh-workflow

gh-workflow-v0.4.0

13 Nov 14:25
bd4c3c0
Compare
Choose a tag to compare

Other

  • lint fixes

gh-workflow-v0.3.0

11 Nov 14:05
Compare
Choose a tag to compare

Other

  • update workflow

gh-workflow v0.2.0

10 Nov 12:13
Compare
Choose a tag to compare

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

view details

gh-workflow v0.1.2

08 Nov 11:09
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Lint fixes (9230d1f)
    • Add Workflow::setup_rust() helper (5a3f184)
    • Add wasm to possible targets (f74da3d)

gh-workflow v0.1.1

08 Nov 07:57
Compare
Choose a tag to compare

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

view details
  • Uncategorized

gh-workflow v0.1.0

08 Nov 07:43
Compare
Choose a tag to compare

Changelog

  • <csr-id-7f8b45f3f2065fc953da5fd4447183d0bcb94e38/> update license
  • <csr-id-d73d9faf093e15fc9d91a9318ca84f6113a310b0/> add license
  • <csr-id-1a004fc27cb6c44a6b76d5ca20b50dbfc90b4efe/> update build
  • <csr-id-55f52de53065d626aaea8007651251a9a86acc98/> accept path AsRef<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

Commit Statistics

Commit Details

View Details
  • #13
    • Tests (e91cd89)
  • #14
    • Autogen CI (dccdb36)
  • #19
    • Accept path AsRef<Path> (55f52de)
  • #21
    • Validate on CI (8f3615d)
  • 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)