Skip to content

Commit

Permalink
release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 committed Jan 26, 2024
1 parent 84262eb commit 3ce7dc0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Development version

# Version 0.6.0 - 2024-01-26

* Skip symlinks for LDD analysis.
* Analyze nested archives.
* Analyze more archives, including RPM files.
* Speed-up analysis of packed archive files (will be unpacked in a separate step), ELF binaries and fonts by not scanning the whole binary blob,
but only looking at the metadata (if available).
* Handle more types of ELF binaries.
* Move tools to dedicated submodule.
* Fix shipping of font data in sdist.

# Version 0.5.0 - 2023-12-11

Expand Down
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
include license_tools/py.typed
include tests/files/*.ttf
include tests/files/*.woff
include tests/files/*.woff2
include tests/files/*.txt
include tests/files/*.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setuptools.setup(
name="license_tools",
description="Collection of tools for working with Open Source licenses",
version="0.5.0",
version="0.6.0",
license="Apache-2.0",
long_description=Path(ROOT_DIRECTORY / "README.md").read_text(encoding="UTF-8"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3ce7dc0

Please sign in to comment.