Skip to content

Releases: advanced-security/codeql-bundle

v0.4.1

27 Mar 14:18
c65d9c3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

24 Mar 14:41
1fadfe6
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.4.0

v0.2.0

25 Jul 21:05
49ec798
Compare
Choose a tag to compare

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

08 Jul 00:33
Compare
Choose a tag to compare

Fix incorrect handling of standard library dependencies resulting workspace packs without customizations (through the standard library they dependend on).

v0.1.8

06 Jul 23:49
Compare
Choose a tag to compare

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

03 Jul 23:52
36a34cb
Compare
Choose a tag to compare

What's Changed

  • Address bundling order issue that could to failure to bundle.

Full Changelog: v0.1.6...v0.1.7

v0.1.6

23 Jun 23:44
Compare
Choose a tag to compare
  • Address incorectly handling of dependency specifications

v0.1.5

21 Mar 22:28
Compare
Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5

v0.1.4

09 Jan 23:42
Compare
Choose a tag to compare

This version always modifies a temporary copy of the provided bundle.

v0.1.3

23 Dec 18:49
Compare
Choose a tag to compare
  • Write gzip compressed tar files when creating custom bundle.