From 964bf97d257aed9d2cf908f5378353b824e8c40f Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos Date: Fri, 23 Aug 2024 16:25:14 +0100 Subject: [PATCH] Release 2.0.0 (#478) * Update changelog * Version is now 2.0.0 --- CHANGELOG | 11 ++++++++++- VERSION | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e60b0f8..c7d0d14 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -?????????? 2.0.0 +2024-08-23 2.0.0 -------------------- Enhancements: @@ -6,22 +6,31 @@ 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 -------------------- diff --git a/VERSION b/VERSION index c4292de..359a5b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0.dev \ No newline at end of file +2.0.0 \ No newline at end of file