Skip to content

Commit

Permalink
Merge pull request #9 from Jordan-Kowal/release/1.0.4
Browse files Browse the repository at this point in the history
release: 1.0.4
  • Loading branch information
Jordan-Kowal authored Nov 22, 2024
2 parents 3e9582d + 8a491eb commit 3e3834d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- 🐞 Bugfixes
- 🔧 Others

## Next - TBD
## 1.0.4 - 2024-11-22

- ✨ Added `__slots__` to python implementation for improved performances
- ✨ Added custom `PipeError` exception class for better error handling
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![Tests](https://github.com/Jordan-Kowal/pipe-operator/actions/workflows/tests.yml/badge.svg?branch=main)
![Build](https://github.com/Jordan-Kowal/pipe-operator/actions/workflows/publish_package.yml/badge.svg?event=release)
![Coverage](https://badgen.net/badge/coverage/%3E90%25/pink)
![Tag](https://badgen.net/badge/tag/1.0.3/orange)
![Tag](https://badgen.net/badge/tag/1.0.4/orange)
![Python](https://badgen.net/badge/python/3.9%20|%203.10%20|%203.11%20|%203.12|%203.13)
![Licence](https://badgen.net/badge/licence/MIT)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pipe_operator"
version = "1.0.3"
version = "1.0.4"
requires-python = ">=3.9"
description = "Elixir's pipe operator in Python"
dependencies = ["typing-extensions>=4.12.2"]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e3834d

Please sign in to comment.