We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019d3f2 commit 0172ee1Copy full SHA for 0172ee1
CHANGELOG.rst
@@ -2,6 +2,14 @@
2
Changelog
3
=========
4
5
+0.21.0 (2023-01-11)
6
+-------------------
7
+
8
+* Correct file write handling in CLI
9
+* Add tests
10
+* Vendor dependencies
11
12
13
14
0.10.0 (2022-10-20)
15
-------------------
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 = "9999.9999.999rc1"
[tool.pytest.ini_options]
norecursedirs = [
src/tracecode/__init__.py
@@ -7,4 +7,4 @@
# See https://aboutcode.org for more information about nexB OSS projects.
#
-__version__ = "0.20.0"
+__version__ = "0.20.1"
0 commit comments