Skip to content

Releases: nickderobertis/flexlate

v0.14.7

14 Aug 15:50
Compare
Choose a tag to compare

0.14.7 (2022-08-14)

Bug Fixes

  • Avoid bugs around mutating configs by ensuring they are always referentially unique (68f0aee)
  • Make temp paths more resilient on windows (9e2f384)
  • Use exact version of pipenv as new version has bug where it does not install platformdirs (8a0f225)

v0.14.7-alpha.1

14 Aug 14:48
Compare
Choose a tag to compare
v0.14.7-alpha.1 Pre-release
Pre-release

0.14.7-alpha.1 (2022-08-14)

Bug Fixes

  • Avoid bugs around mutating configs by ensuring they are always referentially unique (1c127f5)
  • Try installing specific pipenv version on CI as it seems like pipenv bug is causing platformdirs to not be installed (4f9feed)

v0.14.6

04 Jun 20:35
Compare
Choose a tag to compare

0.14.6 (2022-06-04)

Bug Fixes

  • Update all template attributes during update. Fixes updating from one template to another with remote templates (27e87f7)

v0.14.5

29 May 16:22
Compare
Choose a tag to compare

0.14.5 (2022-05-29)

Bug Fixes

  • Lots of various fixes around relative paths and templates with rendered roots (bac6c23)
  • Make operations with temp paths work correctly on MacOS by resolving symlinks before using path (62bd947)
  • Patch issues with adding and removing template sources with relative paths (e219921)

v0.14.5-alpha.1

29 May 13:59
Compare
Choose a tag to compare
v0.14.5-alpha.1 Pre-release
Pre-release

0.14.5-alpha.1 (2022-05-29)

Bug Fixes

  • Lots of various fixes around relative paths and templates with rendered roots (bac6c23)
  • Make operations with temp paths work correctly on MacOS by resolving symlinks before using path (62bd947)
  • Patch issues with adding and removing template sources with relative paths (e219921)

v0.14.4

25 May 22:59
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix bug where output feature branch does not branch off output main branch @nickderobertis (#131)

v0.14.3

25 May 13:28
Compare
Choose a tag to compare

Changes

  • No changes

v0.14.2

21 May 23:51
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Internal restructure to not depend on template source and applied template identity for making updates. Should fix bugs around config updates not getting applied correctly @nickderobertis (#130)

v0.14.1

21 May 15:02
Compare
Choose a tag to compare

Changes

🚀 Features

v0.14.0

22 Apr 12:01
Compare
Choose a tag to compare

Changes

🚀 Features

  • Raise MergeConflictsAndAbortException when user manually aborts merge during conflict resolution @nickderobertis (#123)