Skip to content

Commit

Permalink
bump version to 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dshikashio committed Oct 25, 2022
1 parent aefee04 commit 27969a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
## Current Changes
* 2.2.6
* Added support for more dbgeng calls
* Symbol handling
* Set / get thread contexts
* Fixed ds command
* 2.2.7
* Fixed access violation when using oneshot breakpoints
* Added 'count' option to breakpoints
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ k.attach("net:port=50000,key=1.2.3.4")


## Release History
* 2.2.7
* Fixed access violation when using oneshot breakpoints
* Added 'count' option to breakpoints
* 2.2.6
* Added support for more dbgeng calls
* Symbol handling
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
README = (HERE / "README.md").read_text()

setup(name='Pybag',
version='2.2.6',
version='2.2.7',
description='Python wrappers for DbgEng from Windbg',
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 27969a5

Please sign in to comment.