Skip to content

Commit

Permalink
Write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Dec 6, 2024
1 parent 382ea86 commit 5c532dd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ All contributors (by number of commits):
* Tadas Dailyda <[email protected]>
* JoeUgly <[email protected]>
* Justin Wong <[email protected]>
* Mark Harfouche <[email protected]>

- Mark Harfouche <[email protected]>
- Alba Mendez <[email protected]>
- Dave Johansen <[email protected]>
- Xinran Xu <[email protected]>; `@xxr3376 <https://github.com/xxr3376>`_
Expand Down Expand Up @@ -73,6 +73,7 @@ All contributors (by number of commits):
* Jonathan Martin <[email protected]>
* Johan Jeppsson Karlin <[email protected]>
* Philipp Klaus <[email protected]>
* Lukas Geiger <[email protected]>
* Mattias Wadman <[email protected]>
* Manuel Goacolou <[email protected]>
* Julian Schweizer <[email protected]>
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ We are operating with `semantic versioning <https://semver.org>`_.
Note that they these tags will not actually close the issue/PR until they
are merged into the "default" branch.


v14.0.1

Fixes:

- Include header files in source distribution by :gh-user:`hmaarrfk` in (:pr:`1662`).
- Cleanup ``AVStream.side_data`` leftovers by :gh-user:`lgeiger` in (:pr:`1674`).
- Address :issue:`1663` by :gh-user:`WyattBlue`.

v14.0.0
-------

Expand All @@ -37,6 +46,7 @@ Features:
- Allow the profile of a codec to be set as well as queried by :gh-user:`davidplowman` in (:pr:`1625`).

Fixes:

- Make ``VideoFrame.from_numpy_buffer()`` support buffers with padding by :gh-user:`davidplowman` in (:pr:`1635`).
- Correct ``Colorspace``'s lowercase enums.
- Updated ``sidedata.Type`` enum.
Expand Down
2 changes: 1 addition & 1 deletion av/about.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "14.0.0"
__version__ = "14.0.1"

0 comments on commit 5c532dd

Please sign in to comment.