@@ -5,52 +5,40 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5
5
6
6
## [ Unreleased]
7
7
8
- ## [ 0.9.1 ] - 2024-02-19
8
+ ## [ 0.10.0 ] - 2024-07-03
9
9
10
- ### Changed
10
+ - Matching the ` ffmpegio-core ` version bump
11
+
12
+ ## [ 0.9.1] - 2024-02-19
11
13
12
14
- Matching the ` ffmpegio-core ` version bump
13
15
14
16
## [ 0.9.0] - 2023-12-08
15
17
16
- ### Changed
17
-
18
18
- Matching the ` ffmpegio-core ` version bump
19
19
20
20
## [ 0.8.6] - 2023-11-29
21
21
22
- ### Changed
23
-
24
22
- Matching the ` ffmpegio-core ` version bump
25
23
26
24
## [ 0.8.5] - 2023-11-13
27
25
28
- ### Changed
29
-
30
26
- Matching the ` ffmpegio-core ` version bump
31
27
32
28
## [ 0.8.4] - 2023-11-07
33
29
34
- ### Changed
35
-
36
30
- Matching the ` ffmpegio-core ` version bump
37
31
38
32
## [ 0.8.3] - 2023-03-19
39
33
40
- ### Changed
41
-
42
34
- Matching the ` ffmpegio-core ` version bump
43
35
44
36
## [ 0.8.2] - 2023-03-19
45
37
46
- ### Changed
47
-
48
38
- Matching the ` ffmpegio-core ` version bump
49
39
50
40
## [ 0.8.1] - 2023-03-18
51
41
52
- ### Fixed
53
-
54
42
- plugins to return ` None ` if not compatible
55
43
56
44
### Changed
@@ -115,17 +103,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
115
103
- First release.
116
104
- A plugin to convert raw media I/O data of ` ffmpegio ` to use ` numpy.ndarray ` objects.
117
105
118
- [ Unreleased ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.9.0...HEAD
119
- [ v0.9.0 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.8.6...0.9.0
120
- [ v0.8.6 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.8.5...0.8.6
121
- [ v0.8.5 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.8.4...0.8.5
122
- [ v0.8.4 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.8.3...0.8.4
123
- [ v0.8.3 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.8.2...0.8.3
124
- [ v0.8.2 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.8.1...0.8.2
125
- [ v0.8.1 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.7.0...0.8.1
126
- [ v0.7.0 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.6.0...0.7.0
127
- [ v0.6.0 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.5.1...0.6.0
128
- [ v0.5.1 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.5.0...0.5.1
106
+ [ Unreleased ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.10.0...HEAD
107
+ [ v0.10.0 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.9.1...v0.10.0
108
+ [ v0.9.1 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.9.0...v0.9.1
109
+ [ v0.9.0 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.8.6...v0.9.0
110
+ [ v0.8.6 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.8.5...v0.8.6
111
+ [ v0.8.5 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.8.4...v0.8.5
112
+ [ v0.8.4 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.8.3...v0.8.4
113
+ [ v0.8.3 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.8.2...v0.8.3
114
+ [ v0.8.2 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.8.1...v0.8.2
115
+ [ v0.8.1 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.7.0...v0.8.1
116
+ [ v0.7.0 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.6.0...v0.7.0
117
+ [ v0.6.0 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.5.1...v0.6.0
118
+ [ v0.5.1 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.5.0...v0.5.1
129
119
[ v0.5.0 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.4.1...v0.5.0
130
120
[ v0.3.3 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.1...v0.4.1
131
121
[ v0.3.1 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.0...v0.3.1
0 commit comments