Releases: advanced-security/codeql-bundle
Releases · advanced-security/codeql-bundle
v0.4.1
What's Changed
- Ensure non-customization library packs can be bundled by @lcartey in #15
- Bump version and amend repository by @jeongsoolee09 in #16
New Contributors
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Fix: Append a newline on every customization content generated by @jeongsoolee09 in #11
- Add support for additional files and certificates by @nicolaswill in #12
- fix windows compatibility; add flag for skipping compilation. by @jsinglet in #6
- Fix package version in
pyproject.toml
by @jeongsoolee09 in #14
New Contributors
- @jeongsoolee09 made their first contribution in #11
- @nicolaswill made their first contribution in #12
- @jsinglet made their first contribution in #6
Full Changelog: v0.2.0...v0.4.0
v0.2.0
What's Changed
- Add support for default code scanning config by @rvermeulen in #5
Full Changelog: v0.1.8...v0.2.0
v0.1.9
Fix incorrect handling of standard library dependencies resulting workspace packs without customizations (through the standard library they dependend on).
v0.1.8
What's Changed
- Add support for platform specific bundles.
- Fixed an issue where customized standard libraries would end up twice in the bundle.
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Address bundling order issue that could to failure to bundle.
Full Changelog: v0.1.6...v0.1.7
v0.1.6
- Address incorectly handling of dependency specifications
v0.1.5
Full Changelog: v0.1.4...v0.1.5
v0.1.4
This version always modifies a temporary copy of the provided bundle.
v0.1.3
- Write gzip compressed tar files when creating custom bundle.