Skip to content

Latest commit

 

History

History
234 lines (158 loc) · 9.59 KB

CHANGELOG.md

File metadata and controls

234 lines (158 loc) · 9.59 KB

Changelog

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

Other

  • fix workflow name

0.4.1 - 2024-11-16

Fixed

  • error when .github dir does not exist (#51)

0.4.0 - 2024-11-13

Other

  • lint fixes

0.3.0 - 2024-11-11

Other

  • update workflow

v0.2.0 (2024-11-11)

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
  • Improve type-safety for Step

Refactor

  • many many changes

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Improve type-safety for Step (790765a)

v0.1.2 (2024-11-08)

Chore

  • lint fixes

New Features

  • add Workflow::setup_rust() helper

Bug Fixes

  • add wasm to possible targets

Commit Statistics

  • 4 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
    • Release gh-workflow v0.1.2 (e71bec6)
    • Lint fixes (9230d1f)
    • Add Workflow::setup_rust() helper (5a3f184)
    • Add wasm to possible targets (f74da3d)

v0.1.1 (2024-11-08)

Bug Fixes

  • add readme file

Commit Statistics

  • 4 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

v0.1.0 (2024-11-08)

Chore

  • update license
  • add license
  • update build
  • accept path AsRef<Path>
  • add warning in generated config
  • autogen CI
  • update folder structure

Chore

  • update license

Chore

  • 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 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

Commit Statistics

  • 18 commits contributed to the release.
  • 12 commits were understood as conventional.
  • 4 unique issues were worked on: #13, #14, #19, #21

Commit Details

view details