Skip to content

Commit 964bf97

Browse files
authored
Release 2.0.0 (#478)
* Update changelog * Version is now 2.0.0
1 parent aa14161 commit 964bf97

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,36 @@
1-
?????????? 2.0.0
1+
2024-08-23 2.0.0
22
--------------------
33

44
Enhancements:
55

66
* Add support for the ARM and ARM64 architectures in Arch (#458)
77
* Add support for ARM64 in EPDPlatform (#458)
88
* Add sample runtimes and eggs for the ARM64 architecture (#462, #460)
9+
* Add a constructor for Platform from a dictionary (#410, #472)
910

1011
Breaking Changes:
1112

1213
* Remove Python 2.x code support. Okonomiyaki now supports running on > 3.6 (#380)
1314
* Remove the "short" attribute from the EPDPlatform instance (#485)
1415
* Remove the LagacyEPDPlatform instance (#485)
16+
* Remove okonomiyaki.recipes submodule (#473)
17+
* Move okonomiyaki.recipes.tests.data files to okonomiyaki.utils.test_data (#473)
18+
* Move dependencies to optional extras (#474)
19+
* default_abi will not fail for Python > 3.11 on windows anymore (#477)
1520

1621
Bug fixes:
1722

1823
* Fix okonomiyaki cli when it is called with no arguments (#459)
24+
* Drop use of deprecated alias assertRaisesRegexp (#486)
25+
* Skip some tests on unsupported systems (#475)
1926

2027
Maintenance:
2128

2229
* Update Github ci to generate the html coverage report as a downloadable artifact (#457)
2330
* Run tests on MacOS M1 runners (#460)
2431
* Run tests on Python 3.11 (#461)
32+
* Run tests on Python 3.12 (#477)
33+
* Simplify setup.py (#476, #477)
2534

2635
2023-06-29 1.4.0
2736
--------------------

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0.dev
1+
2.0.0

0 commit comments

Comments
 (0)