Skip to content

Commit 4c29ccd

Browse files
committed
Bump version to 14.3.0
1 parent 81fd054 commit 4c29ccd

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.rst

+7-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,19 @@ We are operating with `semantic versioning <https://semver.org>`_.
1717
are merged into the "default" branch.
1818

1919

20-
v14.2.1
20+
v14.3.0
2121
-------
2222

2323
Features:
2424

25+
- Support yuv420p10le in numpy conversion by :gh-user:`tsnl` in (:pr:`1833`).
26+
- Add typing overloads for ``CodecContext.create`` by :gh-user:`jlaine` in (:pr:`1853`).
2527
- Provide binary wheels for musl-based distros such as Alpine by :gh-user:`jlaine` in (:pr:`1856`).
2628

2729
Fixes:
2830

31+
- Fix ``Packet.dts`` typing by :gh-user:`daveisfera` in (:pr:`1815`).
32+
- Use Python 3 compatible stderr logging by :gh-user:`pmarcelll` in (:pr:`1832`).
2933
- Uses ffmpeg 7.1.1, fixes deadlocks.
3034

3135
v14.2.0
@@ -53,8 +57,8 @@ Features:
5357
- Add hardware decoding by :gh-user:`matthewlai` and :gh-user:`WyattBlue` in (:pr:`1685`).
5458
- Add ``Stream.disposition`` and ``Disposition`` enum by :gh-user:`WyattBlue` in (:pr:`1720`).
5559
- Add ``VideoFrame.rotation`` by :gh-user:`lgeiger` in (:pr:`1675`).
56-
- Support grayf32le and gbrapf32le in numpy convertion by :gh-user:`robinechuca` in (:pr:`1712`).
57-
- Support yuv[a]p16 formats in numpy convertion by :gh-user:`robinechuca` in (:pr:`1722`).
60+
- Support grayf32le and gbrapf32le in numpy conversion by :gh-user:`robinechuca` in (:pr:`1712`).
61+
- Support yuv[a]p16 formats in numpy conversion by :gh-user:`robinechuca` in (:pr:`1722`).
5862

5963
v14.0.1
6064
-------

av/about.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "14.2.0"
1+
__version__ = "14.3.0"

0 commit comments

Comments
 (0)