Skip to content

Commit

Permalink
release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piontec committed Dec 3, 2024
1 parent b4ec91d commit cbcf34f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), following [Se

## [Unreleased]

## 0.4.1 2024-12-03

- remove `utils/git.py` as unrelated to this project

## 0.3.1 2024-10-23
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "step-exec-lib"
version = "0.3.1"
version = "0.4.1"
description = "A library that helps execute pipeline of tasks using filters and simple composition"
authors = ["Łukasz Piątkowski <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit cbcf34f

Please sign in to comment.