@@ -4,6 +4,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
44## Unreleased (Planned Release Target: v0.2.1)
55
66### List of Pull Requests
7+ - Add reuse-tool as an SPDX license header linter [ #113 ] ( https://github.com/pulp-platform/Deeploy/pull/113 )
78- Bug fixes, API Cleanup and Reduce Compiler Warning on PULP [ #112 ] ( https://github.com/pulp-platform/Deeploy/pull/112 )
89- Fix PULP GEMM ` batch ` serialization [ #109 ] ( https://github.com/pulp-platform/Deeploy/pull/109 )
910- Split CI Workflows by Platform and Task, Improve Formatting and Linting Reliability [ #108 ] ( https://github.com/pulp-platform/Deeploy/pull/108 )
@@ -37,6 +38,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
3738- Extended the pre-commit hooks to remove trailing whitespace, check licenses, format and lint files
3839- Reshape operator support for PULP (` ReshapeTemplate ` in bindings)
3940- Missing class attributes in ` Closure.py `
41+ - reuse_skip_wrapper.py to manually skip files
4042
4143### Changed
4244- Replaced platform-specific tags (` *-amd64 ` , ` *-arm64 ` ) with direct digest references in ` Noelware/docker-manifest-action ` .
@@ -62,6 +64,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
6264- Removed all trailing whitespace
6365- Removed unnecessary includes from the PULP platform header list, such as ` DeeployBasicMath.h ` , for cleaner code generation
6466- Changed types and added correct casts to fix many compiler warnings in the PULP target library
67+ - Use [ reuse-tool] ( https://github.com/fsfe/reuse-tool ) in pre-commit, CI, and Makefile for SPDX license header linting
6568
6669### Fixed
6770- Prevent node duplication for graphs generated via GraphSurgeon
0 commit comments