Skip to content

Commit 43e94ee

Browse files
committed
prep for 0.5
1 parent 617f2f5 commit 43e94ee

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ 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-
## [Unreleased]
7+
## [0.5.0] - 2012-03-13
8+
### Added
9+
- Linux: multiple camera support (#37).
10+
- If `print_fps=True` and `Camera.sleep_until_next_frame()` is used, the percentage of time spent in computation is printed in addition to fps.
11+
12+
### Fixed
13+
- macOS: camera was not correctly cleaned up after use (#39).
14+
- macOS: an error is now raised if the camera is already in use outside of the current process (#39).
815

916
## [0.4.0] - 2021-03-07
1017
### Added

pyvirtualcam/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)