Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
- Introduce `-d`/`--depth` option
- Change the output indentation
  • Loading branch information
kangtegong committed Dec 23, 2024
1 parent ba8bc3e commit d7ec34c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.3.1] - 2024-12-23

### Added
- Introduce `-d`/`--depth` option:
- limit the tracing output to a specified call depth.

### Changed
- Change the output indentation.
- Changed to have at least one indentation by default when a trace is started.
- To distinguish it from the `print` statement of traced script.

---


## [0.3.0] - 2024-12-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyftrace/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.0"
__version__ = "0.3.1"

from .tracer import get_tracer

Expand Down

0 comments on commit d7ec34c

Please sign in to comment.