Skip to content

Releases: lexGPT/projen

v0.67.0

07 Mar 07:53
a2085b8
Compare
Choose a tag to compare

0.67.0 (2023-03-07)

⚠ BREAKING CHANGES

  • python: The default Python version used for Poetry and Setuptools was updated to >=3.7 as required by each of these packages.
  • gitlab: GitLab job names from the projen CI configuration will be preserved rather than changed to snake case

Features

Bug Fixes

v0.66.1

21 Dec 14:21
16b4a4b
Compare
Choose a tag to compare

0.66.1 (2022-12-21)

Bug Fixes

  • awscdk: test sample code uses import based on srcdir (#2299) (ec00ecb)

v0.66.0

14 Dec 16:10
13bf2ff
Compare
Choose a tag to compare

0.66.0 (2022-12-14)

Features

  • add Node.js 18 Lambda runtime (#2289) (133b10a)
  • cdk: allow user to pass arguments to deploy and destroy tasks (#2249) (246d8d3)
  • jest: support running single tests by passing arguments through to jest (#2247) (6b7ab97)
  • renovate: add options to overwrite configuration (#2293) (b152a20), closes #2292
  • tasks: allow passing arguments to tasks (#2246) (46a4167), closes #356

Bug Fixes