Skip to content

Releases: ugexe/zef

v0.14.1

06 Sep 16:28
1759d59
Compare
Choose a tag to compare
  • Fix an issue where zef update could error when encountering META6.json in the local cache that did not have a source-url or support.source entry

v0.14.0

06 Sep 00:36
38c427f
Compare
Choose a tag to compare
  • Use system temp directory instead of ~/.zef/tmp and allow $*TMPDIR to be usable as a value in the zef configuration.
  • Fix appveyor CI failures by setting the TMPDIR env variable to a shorter path, so the rakudo generated precompiled files would not exceed the windows maximum
  • Switched test files to .rakutest extension
  • Add slightly stricter version requirements for dependencies
  • Renamed repository branch name references to 'main'

v0.13.8

27 Mar 19:51
7c46ca2
Compare
Choose a tag to compare
  • Enables the Raku Ecosystem Archive by default to handle raku distributions that were previously being discovered through the p6c and cpan zef plugins

  • Default the p6c and cpan plugins to disabled in favor of discovery through the rea plugin

v0.13.7

31 Jan 22:11
3edbbcf
Compare
Choose a tag to compare
  • When passing the --debug flag to zef and using the prove plugin it will now show verbose test output

  • The TAP plugin was updated to not use chdir before running tests by using a feature from a recent release of TAP::Harness

  • Replaced remaining http:// and git:// uris with https://

v0.13.6

14 Jan 21:34
e20749a
Compare
Choose a tag to compare
  • Fix TAP::Harness plugin not using the correct cwd

  • Add Raku Ecosystem Archive configuration that can be enabled via --rea

v0.13.5

14 Jan 00:55
9ed599c
Compare
Choose a tag to compare
  • Pass logger along to installer

  • Support increase verbosity in TAP plugin -- The TAP::Harness integration has been improved. Also when using the TAP::Harness the --debug flag will now enable verbose output

v0.13.4

06 Nov 23:12
7d6b48d
Compare
Choose a tag to compare
  • Use https for fez ecosystem
  • Use CURI api instead of impl details for list-installed
  • Remove deprecated use of Cool.path

v0.13.3

05 Nov 02:33
10dfc64
Compare
Choose a tag to compare
  • Pass strict flag through to repository backends, fixing a search regression introduced in v0.13.0

v0.13.2

05 Nov 01:31
139d7d6
Compare
Choose a tag to compare
  • Fix zef rdepends $core-module

v0.13.1

27 Oct 22:01
ba39127
Compare
Choose a tag to compare
  • Remove usage of $*PERL
  • Document Reporter as possible plugin interface
  • Use the cache less often when querying for distributions