Skip to content

Commit eaac0ee

Browse files
committed
prepare for 0.4.0 release
1 parent a9c13f5 commit eaac0ee

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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

77
## [Unreleased]
8+
9+
## [0.4.0] - 2021-03-07
810
### Added
911
- macOS support via [OBS Virtual Camera (built-in)](https://github.com/obsproject/obs-studio/releases/tag/26.0.0) (#16).
1012
- Linux support via [v4l2loopback](https://github.com/umlaeute/v4l2loopback) (#29).
@@ -60,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6062
- Support for [OBS-VirtualCam](https://github.com/CatxFish/obs-virtual-cam).
6163

6264

63-
[Unreleased]: https://github.com/letmaik/pyvirtualcam/compare/v0.3.2...HEAD
65+
[Unreleased]: https://github.com/letmaik/pyvirtualcam/compare/v0.4.0...HEAD
66+
[0.4.0]: https://github.com/letmaik/pyvirtualcam/compare/v0.3.2...v0.4.0
6467
[0.3.2]: https://github.com/letmaik/pyvirtualcam/compare/v0.3.1...v0.3.2
6568
[0.3.1]: https://github.com/letmaik/pyvirtualcam/compare/v0.3.0...v0.3.1
6669
[0.3.0]: https://github.com/letmaik/pyvirtualcam/compare/v0.2.0...v0.3.0

pyvirtualcam/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.2"
1+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)