File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.4.2] - 2024-03-25
2
+
3
+ ### Fixes
4
+
5
+ - Fix bug with consuming abbreviated command line arguments
6
+
1
7
## [ 0.4.1] - 2024-02-06
2
8
3
9
### Fixes
Original file line number Diff line number Diff line change 9
9
project = "pytest-watcher"
10
10
copyright = "2023, Olzhas Arystanov"
11
11
author = "Olzhas Arystanov"
12
- release = "v0.4.1 "
12
+ release = "v0.4.2 "
13
13
14
14
# -- General configuration ---------------------------------------------------
15
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pytest-watcher"
3
- version = " 0.4.1 "
3
+ version = " 0.4.2 "
4
4
description = " Automatically rerun your tests on file modifications"
5
5
authors = [
" Olzhas Arystanov <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- VERSION = "0.4.1 "
1
+ VERSION = "0.4.2 "
2
2
3
3
DEFAULT_DELAY = 0.2
4
4
LOOP_DELAY = 0.1
You can’t perform that action at this time.
0 commit comments