From 5f181dbc37ad36d1e88646ccdb0f4968a482151b Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 16 Aug 2023 03:12:34 +0000 Subject: [PATCH] Update Changelog [noissue] --- CHANGES.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index f55ed15..eb8af93 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,30 @@ Changelog .. towncrier release notes start +0.2.0 (2023-08-15) +================== + +Features +-------- + +- Added support for gems with a platform that is not "ruby". + `#130 `__ + + +Bugfixes +-------- + +- Fixed the detection of prerelease versions. + `#114 `__ +- Added a datarepair-gemspec-platform command to regenerate the gemspec artifacts and properly set the platform attribute on existing gems. + `#130 `__ +- Fixed the generation of gemspec data. + `#131 `__ + + +---- + + 0.1.1 (2023-06-29) ==================