Skip to content

Commit d7ec34c

Browse files
committed
Release v0.3.1
- Introduce `-d`/`--depth` option - Change the output indentation
1 parent ba8bc3e commit d7ec34c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.3.1] - 2024-12-23
4+
5+
### Added
6+
- Introduce `-d`/`--depth` option:
7+
- limit the tracing output to a specified call depth.
8+
9+
### Changed
10+
- Change the output indentation.
11+
- Changed to have at least one indentation by default when a trace is started.
12+
- To distinguish it from the `print` statement of traced script.
13+
14+
---
15+
16+
317
## [0.3.0] - 2024-12-19
418

519
### Added

pyftrace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.3.1"
22

33
from .tracer import get_tracer
44

0 commit comments

Comments
 (0)