-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deduplicate code, get version, NoneType bugfixes, include all compone…
…nt types, bom-diff report improvements. (#15) Signed-off-by: Caroline Russell <[email protected]>
- Loading branch information
1 parent
6582325
commit 3f21e02
Showing
7 changed files
with
375 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[project] | ||
name = "custom-json-diff" | ||
version = "0.7.0" | ||
description = "Custom JSON diffing and comparison tool." | ||
version = "1.0.0" | ||
description = "Custom JSON and CycloneDx BOM diffing and comparison tool." | ||
authors = [ | ||
{ name = "Caroline Russell", email = "[email protected]" }, | ||
] | ||
|
@@ -14,10 +14,12 @@ classifiers = [ | |
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Development Status :: 4 - Beta", | ||
"Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Developers", | ||
"Operating System :: OS Independent", | ||
"Environment :: Console", | ||
"Topic :: Utilities", | ||
"Topic :: File Formats :: JSON", | ||
] | ||
|
||
[project.urls] | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.