Skip to content

Releases: anacierdem/libdragon-docker

v11.0.3

16 Feb 20:00
Compare
Choose a tag to compare

11.0.3 (2024-02-16)

Bug Fixes

  • init.js: do not run git init unnecessarily (0a5688f), closes #69

v11.0.2

13 Feb 19:26
Compare
Choose a tag to compare

11.0.2 (2024-02-13)

Bug Fixes

  • find parent git root in case running in a submodule (e34c30b)

v11.0.1

09 Feb 15:07
Compare
Choose a tag to compare

11.0.1 (2024-02-09)

Bug Fixes

  • init.js: make sure providing --image flag uses the provided image (965fe41), closes #66

v11.0.0

11 Nov 08:10
Compare
Choose a tag to compare

11.0.0 (2023-11-11)

Code Refactoring

  • install.js: remove docker image update support from install action (8c768fd)
  • project-info.js: drop support for legacy configuation file (880f38d)

BREAKING CHANGES

  • project-info.js: The cli will no longer migrate the .libdragon/docker-image Either make sure you
    run the 10.x version once for your project or remove the file manually.
  • install.js: Providing --image/-i flag to the install action will now error out.

v10.9.1

01 Jun 17:54
Compare
Choose a tag to compare

10.9.1 (2023-06-01)

Bug Fixes

  • release with the updated dependencies (af7a8fb)

v10.9.0

13 Nov 11:48
Compare
Choose a tag to compare

10.9.0 (2022-11-13)

Features

  • add support for running inside a container (ac9c80b)

v10.8.2

25 Sep 06:31
Compare
Choose a tag to compare

10.8.2 (2022-09-25)

Bug Fixes

  • make ts more stricter and fix potential edge cases (5890be0)

v10.8.1

23 Sep 13:10
Compare
Choose a tag to compare

10.8.1 (2022-09-23)

Bug Fixes

  • init.js: prevent premature failure when the vendor target already exists (9c76ece)
  • init.js: show a custom error when the submodule operation fails (bd40a9f), closes #57

Reverts

  • revert changelog removal (e34b21d)

v10.8.0

14 May 08:17
Compare
Choose a tag to compare

10.8.0 (2022-05-14)

Features

  • init.js: add vendored library detection (4465d08)

init action can now detect whether an existing libdragon copy is a submodule or a subtree. This
allows changing the vendoring strategy after the project is initialized if the user prepares a new
vendored copy and points to it when running init. Also it is now possible to convert an existing
project to a libdragon project by pointing at the sumbodule/subtree libdragon copy. The contents of
the copy is not verified, this is still user's responsibility.

v10.7.1

20 Apr 15:40
Compare
Choose a tag to compare
Bump version