From 5f4bd934a7d325b76db610fbc83e9279e4654c9b Mon Sep 17 00:00:00 2001 From: nforro Date: Tue, 13 Aug 2024 09:26:55 +0000 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..e9b1f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# 0.2.0 + +- rpm-shim now considers also system Python interpreter called `python{majorver}.{minorver}` + when gathering the list of paths to try importing the system `rpm` module from. + Peviously only `python{majorver}` and `platform-python` were considered. (#11)