Skip to content

Commit 7eb662d

Browse files
authored
Merge pull request #182 from aboutcode-org/release_v0.7.0
Add changelog for v0.7.0
2 parents d125f81 + 9eb32c7 commit 7eb662d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
v0.7.0
5+
------
6+
- Add support to fetch PURLs.
7+
8+
49
v0.6.0
510
------
611
- Add package metadata support for CocoaPods.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[tool.setuptools_scm]
66
# this is used populated when creating a git archive
77
# and when there is .git dir and/or there is no git installed
8-
fallback_version = "9999.$Format:%h-%cs$"
8+
fallback_version = "1.0.0"
99

1010
[tool.pytest.ini_options]
1111
norecursedirs = [

0 commit comments

Comments
 (0)