Skip to content

Commit

Permalink
release 0.13.0.pre0
Browse files Browse the repository at this point in the history
  • Loading branch information
FFY00 committed Jan 30, 2023
1 parent 063f040 commit 46ba34a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Changelog
+++++++++


0.13.0.pre0 (30-01-2023)
========================

- Add support for editable installs
- Fix the creation of artifacts when the output directory does not exist (fixes builds on PDM, etc)
- Fix C++ cross-compilation on macOS
- Fix the ``deb_system`` sysconfig install scheme addition in the Debian heuristics
- Don't try to reconfigure the build directory if it doesn't exist
- Remove ``importlib_resources`` dependency


0.12.0 (22-12-2022)
===================

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('meson-python', version: '0.13.0.dev0')
project('meson-python', version: '0.13.0.pre0')

py_mod = import('python')
py = py_mod.find_installation()
Expand Down
2 changes: 1 addition & 1 deletion mesonpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
T = TypeVar('T')


__version__ = '0.13.0.dev0'
__version__ = '0.13.0.pre0'


# XXX: Once Python 3.8 is our minimum supported version, get rid of
Expand Down

0 comments on commit 46ba34a

Please sign in to comment.