Skip to content

Commit

Permalink
Release 2.0.0 (#478)
Browse files Browse the repository at this point in the history
* Update changelog
* Version is now 2.0.0
  • Loading branch information
itziakos authored Aug 23, 2024
1 parent aa14161 commit 964bf97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,27 +1,36 @@
?????????? 2.0.0
2024-08-23 2.0.0
--------------------

Enhancements:

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

Breaking Changes:

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

Bug fixes:

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

Maintenance:

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

2023-06-29 1.4.0
--------------------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0.dev
2.0.0

0 comments on commit 964bf97

Please sign in to comment.