Skip to content

Commit

Permalink
Release v12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Jun 28, 2024
1 parent 29fb3fd commit fb6c064
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ We are operating with `semantic versioning <http://semver.org>`_.
Note that they these tags will not actually close the issue/PR until they
are merged into the "default" branch.

v12.2.0
-------

Features:

- Add a `make_writable` method to `Frame` instances (:issue:`1414`).
- Use `av_guess_sample_aspect_ratio` to report sample and display aspect ratios.

Fixes:

- Fix a crash when assigning an `AudioLayout` to `AudioCodecContext.layout` (:issue:`1434`).
- Remove a circular reference which caused `AudioSampler` to occupy memory until garbage collected (:issue:`1429`).
- Fix more type stubs, remove incorrect `__init__.pyi`.

v12.1.0
-------
Expand Down
2 changes: 1 addition & 1 deletion av/about.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "12.2.0rc1"
__version__ = "12.2.0"

0 comments on commit fb6c064

Please sign in to comment.