Skip to content

Commit 5cc8813

Browse files
committed
🔖 release: v0.0.4.
1 parent 9d84437 commit 5cc8813

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Wexpect is a Windows variant of pexpect.
1111
- [x] v0.0.1: fix the [Always Timeout](https://github.com/raczben/wexpect/issues/42) && [failed in uv](https://github.com/raczben/wexpect/issues/26)
1212
- [x] v0.0.2: fix `cannot read console if endwith '\r' print("",end="\r").` .
1313
- [x] v0.0.3: change the catch logic(catch all even cursor not change) and catch ascii colors.
14+
- [x] v0.0.4: fix bugs in v0.0.3: remove extra `\x1b[0m`, catch all process-bar protect between `\r`.
1415

1516
## Installation
1617

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wexpect-uv"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Windows alternative of pexpect rebuild by uv"
55
readme = "README.md"
66
requires-python = ">=3.9,<3.14"

src/wexpect/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.0.3"
1+
VERSION = "0.0.4"

0 commit comments

Comments
 (0)