Skip to content

Commit

Permalink
Merge tag 'v20240210' into develop
Browse files Browse the repository at this point in the history
🔖 v20240210
  • Loading branch information
AndreMiras committed Feb 21, 2024
2 parents 6c39d95 + 6883b1b commit 1f5a0e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Change Log

## [unreleased]
## [20240210]
- fix double free due to using cast rather than QueryInterface, refs #74 (@mrob95)
- add: example for IMMNotificationClient, refs #77 (@Invisi)
- IChannelAudioVolume support, refs #87 (@mltony)
- Format fix (@AndreMiras), refs #89
- GitHub Actions versions bumps (@AndreMiras), refs #88
- Bump Python versions (@AndreMiras), refs #90
- Fix CI virtual audio install (@AndreMiras), refs #91

## [20230407]
- Fixes memory leak from PROPVARIANT, refs #72 (@KillerBOSS2019)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read(fname):
install_requires = ["comtypes", "psutil"]
setup(
name="pycaw",
version="20230407.dev0",
version="20240210",
description="Python Core Audio Windows Library",
long_description=read("README.md"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1f5a0e0

Please sign in to comment.