Skip to content

Commit

Permalink
Update to 2.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dshikashio committed Aug 2, 2024
1 parent 3b2751e commit 7b1cfb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## Current Changes
* 2.2.11
* Fix #18 - Fix SetImplicitProcessDataOffset
* Fix #19 - Implement CreateProcess2
* 2.2.12
* Fix #22 - comtypes issue
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ k.attach("net:port=50000,key=1.2.3.4")


## Release History
* 2.2.12
* Fix #22 - comtypes issue
* 2.2.11
* Fix #18 - Fix SetImplicitProcessDataOffset
* Fix #19 - Implement CreateProcess2
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.11',
version='2.2.12',
description='Python wrappers for DbgEng from Windbg',
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7b1cfb6

Please sign in to comment.