Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v1.2.0 #26

Merged
merged 8 commits into from
Oct 28, 2024
Merged

release v1.2.0 #26

merged 8 commits into from
Oct 28, 2024

Commits on Jul 14, 2024

  1. chore(deps): upgrade project dependencies (#19)

    Upgrade all project dependencies.
    kennedykori authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    9074301 View commit details
    Browse the repository at this point in the history
  2. ci(ruff): update ruff's configuration (#20)

    Update [ruff](https://github.com/astral-sh/ruff)'s configuration to use
    new lint rules and disable obsolete ones.
    kennedykori authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    0b2cb3a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    857b43b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. feat(workflow): add prologue and epilogue to WorkflowDefinition (

    …#22)
    
    Add the `prologue` and the `epilogue` properties to the
    `sghi.etl.core.WorkflowDefinition` interface. These properties return
    functions or callable objects that are executed at the beginning and the
    end of an SGHI ETL Workflow execution respectively.
    kennedykori authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2c69085 View commit details
    Browse the repository at this point in the history
  2. chore(deps): upgrade project dependencies (#23)

    Upgrade all project dependencies.
    kennedykori authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ce00b54 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #24 from savannahghi/next

    release v1.2.0-rc.1
    kennedykori authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3f63f6d View commit details
    Browse the repository at this point in the history
  4. release: 1.2.0-rc.1 [skip ci]

    ## [1.2.0-rc.1](v1.1.1...v1.2.0-rc.1) (2024-10-28)
    
    ### Dependency Updates
    
    * **deps:** upgrade project dependencies ([#19](#19)) ([9074301](9074301))
    * **deps:** upgrade project dependencies ([#23](#23)) ([ce00b54](ce00b54))
    
    ### Documentation Updates
    
    * **api:** minor docs fixes and updates ([#21](#21)) ([857b43b](857b43b))
    
    ### Features
    
    * **workflow:** add `prologue` and `epilogue` to `WorkflowDefinition` ([#22](#22)) ([2c69085](2c69085))
    kennedykori committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b09ac3b View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#25)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c808f9c View commit details
    Browse the repository at this point in the history