File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ Changelog
3
3
+++++++++
4
4
5
5
6
+ 0.9.0 (29-09-2022)
7
+ ==================
8
+
9
+ - More fixes on ABI tag detection
10
+ - Fix incorrect tag on 32-bit Python running on a x86_64 host
11
+ - Fix sdist permissions
12
+ - Fix incorrect PyPy tags
13
+ - Fix ``install_subdirs `` not being included in wheels
14
+ - Take ``MACOSX_DEPLOYMENT_TARGET `` into account for the platform tag
15
+ - Don't set the rpath on binaries if unneeded
16
+
17
+
6
18
0.8.1 (28-07-2022)
7
19
==================
8
20
Original file line number Diff line number Diff line change 1
- project (' mesonpy' , version : ' 0.9.0.dev0 ' )
1
+ project (' mesonpy' , version : ' 0.9.0' )
2
2
3
3
py_mod = import (' python' )
4
4
py = py_mod.find_installation()
Original file line number Diff line number Diff line change 56
56
cached_property = lambda x : property (functools .lru_cache (maxsize = None )(x )) # noqa: E731
57
57
58
58
59
- __version__ = '0.9.0.dev0 '
59
+ __version__ = '0.9.0'
60
60
61
61
62
62
class _depstr :
You can’t perform that action at this time.
0 commit comments