Skip to content

Releases: jgabaut/invil

0.2.27 - Fix anvilCustom, anvilPy, bump deps

26 Aug 10:38
ae1abda

Choose a tag to compare

Changed

  • Fix anvilCustom build
  • Fix anvilPy build_step()
  • Bump deps

0.2.26 - Avoid error on missing testsdir

17 Jul 10:48
36d59bb

Choose a tag to compare

What's Changed

Changed

  • Avoid error on missing tests directories
  • Bump deps

PR - feat: 0.2.26 Avoid error on missing testsdir by @jgabaut

Full Changelog: 0.2.25...0.2.26

0.2.25 - Allow runs as 2.0.12

20 Jun 15:02
0986a8c

Choose a tag to compare

0.2.24 - Bump deps

17 Jun 07:51
6b49be1

Choose a tag to compare

0.2.24 - Bump deps Pre-release
Pre-release

What's Changed

Changed

  • Bump deps
  • Bump expected amboso version to 2.0.12

PR - feat: 0.2.24 Bump deps by @jgabaut

Full Changelog: 0.2.23...0.2.24

0.2.23 - Bump deps

01 Jun 19:59
477cd68

Choose a tag to compare

What's Changed

Changed

  • Bump deps

PR - feat: 0.2.23 Bump deps by @jgabaut

Full Changelog: 0.2.22...0.2.23

0.2.22 - Check if coming from detached HEAD

11 Apr 03:29
ff35d99

Choose a tag to compare

What's Changed

Changed

  • Add --detach to the switchback after a checkout coming from detached HEAD
  • Bump deps
  • Bump expected amboso version to 2.0.11

PR - feat: 0.2.22 Check if coming from detached HEAD by @jgabaut

Full Changelog: 0.2.21...0.2.22

0.2.21 - Solve clippy lints

31 Mar 21:30
43a9a67

Choose a tag to compare

What's Changed

  • feat: 0.2.21 Solve clippy lints, bump deps by @jgabaut in #209

Full Changelog: 0.2.20...0.2.21

0.2.20 - Fix Command usage

20 Dec 08:32
061c7d7

Choose a tag to compare

What's Changed

  • feat: 0.2.20 Drop some Commands using sh by @jgabaut in #199

Full Changelog: 0.2.19...0.2.20

0.2.19 - Rough support for custom kern, improve anvilPy, fixes

26 Nov 04:00
092e1d9

Choose a tag to compare

What's Changed

Added

  • Add -Z to pass CFLAGS to single file build mode
    • Avoids reading CFLAGS from env
  • Basic optional support for AnvilCustom kern

Changed

  • Fix: avoid error on wrong tag for -G, mimicking amboso
  • Try reading AMBOSO_CONFIG_ARG_ISFILE to use -C with flags directly
    • Setting it to 0 enables the new, backwards incompatible behaviour
  • Fix anvilPy build op not replacing dashes as expected
  • Fix anvilPy build op going to autotools prep when query >= ANVIL_AUTOMAKE_VERS
  • Fix anvilPy build op going to single-file C mode when query <= ANVIL_MAKE_VERS
  • Bump expected amboso version to 2.0.9

PR - feat: 0.2.19 Rough support for AnvilCustom, improve anvilPy, use HEAD again when -G receives invalid tag, add -Z, backcomp -C refactor by @jgabaut

Full Changelog: 0.2.18...0.2.19

0.2.18 - Improved -x flag, fixes

24 Oct 04:44
ac10b91

Choose a tag to compare

What's Changed

Changed

  • Fix: avoid error on relative paths with no ./ for -x, -Lx
  • Fix: don't try parsing global conf when file doesn't exist
  • Bump EXPECTED_AMBOSO_API_LEVEL to 2.0.8

PR - feat: 0.2.18 Improved -x flag, fixes by @jgabaut

Full Changelog: 0.2.17...0.2.18