Skip to content

Commit f1c301f

Browse files
committed
Get ready for release 1.2.1
1 parent 0c9086e commit f1c301f

3 files changed

Lines changed: 19 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ repos:
55
- id: check-merge-conflict
66
- id: debug-statements
77
- id: end-of-file-fixer
8-
- repo: https://github.com/psf/black
9-
rev: 19.10b0
10-
hooks:
11-
- id: black
12-
language_version: python3
8+
# - repo: https://github.com/psf/black
9+
# rev: 19.10b0
10+
# hooks:
11+
# - id: black
12+
# language_version: python3

NEWS.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
trepan 1.2.1 2020-08-30
2+
=======================
3+
4+
* Add `info locals --list`
5+
* Correct Formatting of 1-arg bytes in asm
6+
* Get "set patsub" to substitute file paths e.g. "^/code" inside docker -> "/Users/rocky/project"
7+
8+
About "set patsub". We need to do the substitution in the debugger, not in
9+
`pyficache` where we just want the presentation of the filename to be
10+
different. The actual location is the name `pyficache` sees and gets
11+
lines from.
12+
113
trepan 1.2.0 2020-08-23
214
=======================
315

4-
disassembly via [`xdis`](https://pypi.org/project/xdis/) now supports "extended" assembly listing which is new. Use that by default. New command `
16+
disassembly via [`xdis`](https://pypi.org/project/xdis/) now supports "extended" assembly listing which is new. Use that by default.
517

618
Commands have been gone over to be DRYer and use a more modern style of imports.
719
Small bugs have been fixed in conjunction with going over the commands.

trepan/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# This file should define a variable VERSION which we use as the
55
# debugger version number.
66

7-
VERSION = "1.2.1" # noqa
7+
VERSION="1.2.1" # noqa

0 commit comments

Comments
 (0)