Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 287d0e7

Browse files
committed
version bump -> v0.6.0
1 parent 04b727d commit 287d0e7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55

66
## [Unreleased]
77

8+
## [0.6.0] - 2022-08-13
9+
10+
### Changed
11+
12+
- Matching the `ffmpegio` version bump
13+
- `video_info()` allows 2-D grayscale array
14+
- `audio_info()` allows 1-D mono array
15+
816
## [0.5.1] - 2022-04-21
917

1018
### Changed

src/ffmpegio_plugin_numpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
hookimpl = HookimplMarker("ffmpegio")
1010

11-
__version__ = "0.5.1.post"
11+
__version__ = "0.6.0"
1212

1313
__all__ = [
1414
"video_info",

0 commit comments

Comments
 (0)