This release brings official support for Python 3.12 and is also the last release of Lambdex. See [the migration guide](MIGRATING.md) for how modern PEXes can be used directly with no need for Lambdex.
0.1.9
This release fixes a bug wherein, when using the -o/--output option Lambdex would fail to write the output file if the original input file was not writeable.
0.1.8
This release adds an -o/--output option, for when the input file can't be modified.
* An option to write the result to a new file. (28)
0.1.7
This release brings official support for Python 3.10 and 3.11.
0.1.6
This release brings support for creating a lambdex that works on GCP. The feature should work for ancient Pex but is only tested against modern Pex (>=1.6).
* Allow arbitrary handlers to support more runtimes. (22) * Create arg that can specify module name. (21)
0.1.5
This release adds support for customizing the entry point at runtime using `LAMBDEX_ENTRY_POINT`
* Use `LAMBDEX_ENTRY_POINT` env var for entry point if available (19)