Skip to content

Commit 27969a5

Browse files
committed
bump version to 2.2.7
1 parent aefee04 commit 27969a5

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
## Current Changes
2-
* 2.2.6
3-
* Added support for more dbgeng calls
4-
* Symbol handling
5-
* Set / get thread contexts
6-
* Fixed ds command
2+
* 2.2.7
3+
* Fixed access violation when using oneshot breakpoints
4+
* Added 'count' option to breakpoints

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ k.attach("net:port=50000,key=1.2.3.4")
5555

5656

5757
## Release History
58+
* 2.2.7
59+
* Fixed access violation when using oneshot breakpoints
60+
* Added 'count' option to breakpoints
5861
* 2.2.6
5962
* Added support for more dbgeng calls
6063
* Symbol handling

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
README = (HERE / "README.md").read_text()
77

88
setup(name='Pybag',
9-
version='2.2.6',
9+
version='2.2.7',
1010
description='Python wrappers for DbgEng from Windbg',
1111
long_description=README,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)