From 658cfd213b9e7aaf5099d76ff7856e3b06c85e75 Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Thu, 3 Nov 2022 21:52:48 +0530 Subject: [PATCH] Add CHANGELOG and bump version Signed-off-by: Tushar Goel --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f107d02..2023d62 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,8 @@ v0.9.2 - Make os and python version as mandatory input parameters. - Do not return duplicates binaries. +- Return empty list for resolved dependencies graph in case of no dependencies + are found #94 https://github.com/nexB/python-inspector/issues/94. v0.9.1