Skip to content

Commit 56b6c73

Browse files
committed
changelog & bump version
1 parent 6660743 commit 56b6c73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.9.1] - 2022-02-23
8+
### Fixed
9+
- macOS: Python 3.10 wheel was incorrectly named (universal2 instead of x86_64)
10+
711
## [0.9.0] - 2021-12-12
812
### Added
913
- Python 3.10 support.
@@ -106,6 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106110
- Support for [OBS-VirtualCam](https://github.com/CatxFish/obs-virtual-cam).
107111

108112

113+
[0.9.1]: https://github.com/letmaik/pyvirtualcam/compare/v0.9.0...v0.9.1
109114
[0.9.0]: https://github.com/letmaik/pyvirtualcam/compare/v0.8.0...v0.9.0
110115
[0.8.0]: https://github.com/letmaik/pyvirtualcam/compare/v0.7.0...v0.8.0
111116
[0.7.0]: https://github.com/letmaik/pyvirtualcam/compare/v0.6.0...v0.7.0

pyvirtualcam/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.0"
1+
__version__ = "0.9.1"

0 commit comments

Comments
 (0)