From ba3c3ee2446989d26b3276b7ceb3f71d30f4385c Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Thu, 25 Jul 2024 14:43:32 +0530 Subject: [PATCH] Add CHANGELOG for v30.12.0 Signed-off-by: Keshav Priyadarshi --- CHANGELOG.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fbdbf650..b6632502 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +Version v30.12.0 +---------------- + +- Support VersionRange normalization using known versions. https://github.com/nexB/univers/pull/108 +- Fix the edge case resulting in incorrect ``contains`` resolution in VersionRange. https://github.com/nexB/univers/issues/137 https://github.com/nexB/univers/pull/108 +- Use native impl to parse Maven and NuGet range expression in ``from_gitlab_native``. https://github.com/nexB/univers/issues/136 https://github.com/nexB/univers/pull/108 +- Fix incorrect parsing of composer range in ``from_gitlab_native``. https://github.com/nexB/univers/issues/136 https://github.com/nexB/univers/pull/108 + + Version v30.11.0 ----------------