Skip to content

Commit

Permalink
DOC: prepare changelog for 0.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Sep 2, 2023
1 parent 8dfbe80 commit 08eb4e4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,28 @@
Changelog
+++++++++

0.14.0
======

- Obey the ``--skip-subprojects`` option passed to the ``meson
install`` command.
- Implement support for building wheels targerting the Python limited
API. Extension modules targeting the Python limited API can be
easily build starting with the upcomin Meson 1.3.0 release.
- Instead than silently using the version declared in ``meson.build``,
raise an error when ``pyproject.toml`` does not contain a
``version`` field and ``version`` is not declared dynamic.
- Fix the mtime of source files in the sdist tarball.
- Fix the installation of files via ``install_subdir()``. For the
``exclude_directories`` and ``exclude_files`` arguments to work,
Meson version 1.1.0 or later is required.
- Add ``objc`` and ``objcpp`` compilers to the cross file generated
when the ``$ARCHFLAGS`` is set.
- Extensive documentation improvements.

Charles Brunet, Daniele Nicolodi, Henry Schreiner, Michał Górny, Ralf
Gommers --- xx-09-2023


0.13.2
======
Expand Down

0 comments on commit 08eb4e4

Please sign in to comment.