Releases: colcon/colcon-bundle
Releases · colcon/colcon-bundle
0.1.0
0.0.24
0.0.23
Change the default apt
sources.list
to use the mirror
protocol instead of hard coded region-specific repositories.
This speeds up bundling speeds in regions outside of the US since the apt
package collection will use the best repository for whatever region colcon bundle
is running in.
0.0.20
- Resolve an issue where bundles generated with Python 3.8 were not using the right header format (#160).
0.0.19
- The shebang transform has been generalized. Users can now bundle any type of script (ex.
#!/bin/bash
,#!/bin/node
, etc.) and it will be properly transformed to#!/usr/bin/env <command>
. - Fix some shebang transformation bugs and update the documentation.