Skip to content

Commit 56187f2

Browse files
dnicolodirgommers
authored andcommitted
DOC: prepare changelog for 0.14.0 release
1 parent b0b29e1 commit 56187f2

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,33 @@
1111
Changelog
1212
+++++++++
1313

14+
0.14.0
15+
======
16+
17+
- Do not run ``meson install`` to build a wheel. This was unnecessary
18+
as files are added to the wheel from the build and source
19+
directories. This does not affect the handling of ``meson install``
20+
options, which are interpreted by ``meson-python`` itself.
21+
- Obey the ``--skip-subprojects`` when specified for the ``meson
22+
install`` command.
23+
- Implement support for the ``exclude_directories`` and
24+
``exclude_files`` arguments to Meson ``install_subdir()`` function
25+
and similar installation functions. This requires Meson version
26+
1.1.0 or later.
27+
- Implement support for building wheels targeting the Python limited
28+
API. Extension modules targeting the Python limited API can be
29+
easily built starting with the upcoming Meson 1.3.0 release.
30+
- when ``pyproject.toml`` does not contain a ``version`` field and
31+
``version`` is not declared dynamic, raise an error instead of
32+
silently using the version declared in ``meson.build``.
33+
- Fix the mtime of source files in the sdist tarball.
34+
- Add ``objc`` and ``objcpp`` compilers to the cross file generated
35+
when the ``$ARCHFLAGS`` is set.
36+
- Extensive documentation improvements.
37+
38+
Charles Brunet, Daniele Nicolodi, Henry Schreiner, Michał Górny, Ralf
39+
Gommers --- xx-09-2023
40+
1441

1542
0.13.2
1643
======

0 commit comments

Comments
 (0)