From be73a9a345141b95c19aa779d733161cc093ec95 Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Thu, 27 Nov 2025 15:26:24 +0530 Subject: [PATCH 1/2] Add changelog for v0.7.0 Signed-off-by: Tushar Goel --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 313d1be..c9ea43c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +v0.7.0 +------ +- Add support to fetch PURLs. + + v0.6.0 ------ - Add package metadata support for CocoaPods. From 9eb32c723ae59d46d43ff681206a78f94b7bc8bb Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Thu, 27 Nov 2025 15:29:50 +0530 Subject: [PATCH 2/2] Add changelog for v0.7.0 Signed-off-by: Tushar Goel --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca2b690..9de837a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [tool.setuptools_scm] # this is used populated when creating a git archive # and when there is .git dir and/or there is no git installed -fallback_version = "9999.$Format:%h-%cs$" +fallback_version = "1.0.0" [tool.pytest.ini_options] norecursedirs = [