Skip to content

Commit

Permalink
Merge pull request #15 from Jordan-Kowal/release/1.1.0
Browse files Browse the repository at this point in the history
release: 1.1.0
  • Loading branch information
Jordan-Kowal authored Nov 23, 2024
2 parents 1ca92d3 + 45b21f7 commit 68602ca
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 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

## 1.1.0 - TBD
## 1.1.0 - 2024-11-23

- 🚀 [Python] Added thread support with `ThreadPipe` and `ThreadWait`. See [README.md](README.md) for more details.
-[Python] Keep same `PipeStart` object throughout the pipe for improved performances
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.4/orange)
![Tag](https://badgen.net/badge/tag/1.1.0/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
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
## Python implementation

- Aliases
- Change file struct
- Add pipe support for Async
- Add pipe support for Multiprocessing?
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.4"
version = "1.1.0"
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 68602ca

Please sign in to comment.