Commit 56b6c73 1 parent 6660743 commit 56b6c73 Copy full SHA for 56b6c73
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.9.1] - 2022-02-23
8
+ ### Fixed
9
+ - macOS: Python 3.10 wheel was incorrectly named (universal2 instead of x86_64)
10
+
7
11
## [ 0.9.0] - 2021-12-12
8
12
### Added
9
13
- Python 3.10 support.
@@ -106,6 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106
110
- Support for [ OBS-VirtualCam] ( https://github.com/CatxFish/obs-virtual-cam ) .
107
111
108
112
113
+ [ 0.9.1 ] : https://github.com/letmaik/pyvirtualcam/compare/v0.9.0...v0.9.1
109
114
[ 0.9.0 ] : https://github.com/letmaik/pyvirtualcam/compare/v0.8.0...v0.9.0
110
115
[ 0.8.0 ] : https://github.com/letmaik/pyvirtualcam/compare/v0.7.0...v0.8.0
111
116
[ 0.7.0 ] : https://github.com/letmaik/pyvirtualcam/compare/v0.6.0...v0.7.0
Original file line number Diff line number Diff line change 1
- __version__ = "0.9.0 "
1
+ __version__ = "0.9.1 "
You can’t perform that action at this time.
0 commit comments