From 6b941b1f2ad0705ac6b922c877d2545a63d3322c Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Sun, 17 Mar 2024 08:49:58 +0100 Subject: [PATCH] Change release date and include last commits in changelog --- CHANGELOG.md | 7 +++++-- setup.cfg | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb80af6b..0164a346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [v2024.03.16](https://github.com/kivy/kivy-ios/tree/v2024.03.16) +## [v2024.03.17](https://github.com/kivy/kivy-ios/tree/v2024.03.17) -[Full Changelog](https://github.com/kivy/kivy-ios/compare/v2023.08.24...v2024.03.16) +[Full Changelog](https://github.com/kivy/kivy-ios/compare/v2023.08.24...v2024.03.17) **Fixed bugs:** @@ -10,6 +10,7 @@ **Closed issues:** +- Materialyoucolor-python Recipe [\#895](https://github.com/kivy/kivy-ios/issues/895) - libffi recipe build hangs during configuration [\#889](https://github.com/kivy/kivy-ios/issues/889) - Can't Input text on IOS17.2 Simulator with Xcode 15.1 [\#888](https://github.com/kivy/kivy-ios/issues/888) - \[Request\]: Pypi packages [\#886](https://github.com/kivy/kivy-ios/issues/886) @@ -49,6 +50,8 @@ **Merged pull requests:** +- :construction\_worker: Fix the rebuild recipe script [\#900](https://github.com/kivy/kivy-ios/pull/900) ([AndreMiras](https://github.com/AndreMiras)) +- recipes: add new `materialyoucolor` recipe [\#898](https://github.com/kivy/kivy-ios/pull/898) ([T-Dynamos](https://github.com/T-Dynamos)) - Remove bitcode support, as is now deprecated by Apple [\#894](https://github.com/kivy/kivy-ios/pull/894) ([misl6](https://github.com/misl6)) - Bump openssl version to `1.1.1w` [\#891](https://github.com/kivy/kivy-ios/pull/891) ([misl6](https://github.com/misl6)) - Bump Kivy version to 2.3.0 [\#890](https://github.com/kivy/kivy-ios/pull/890) ([misl6](https://github.com/misl6)) diff --git a/setup.cfg b/setup.cfg index eb223484..1a928578 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = kivy-ios -version = 2024.03.16 +version = 2024.03.17 description = A toolchain to compile the necessary libraries for iOS to run Kivy applications. license = MIT License long_description = file: README.md