Skip to content

Releases: ugexe/zef

v0.22.5

16 Nov 16:37
a103ae4
Compare
Choose a tag to compare
  • Added additional --debug output that shows the commands being used by zef to fetch, extract, and test

v0.22.4

16 Oct 22:11
45f3ac7
Compare
Choose a tag to compare
  • Stringification of distribution identities has been optimized

v0.22.3

12 Oct 21:28
1f2c753
Compare
Choose a tag to compare
  • Fixed error message when using zef browse on a distribution that does not specify a support section in their META6.json.
  • Cleaned up some internal usage of Supply that could theoretically (but not practically) leak resources.

v0.22.2

18 Sep 22:12
0e4e9de
Compare
Choose a tag to compare
  • zef no longer crashes when encountering a resources entry in a META6.json of libraries/

v0.22.1

21 Jul 01:14
da187d3
Compare
Choose a tag to compare
  • Slight documentation updates
  • Improve temp directory logic to avoid potentially reusing a temp sub directory between users

v0.22.0

28 Apr 15:29
2ffe30c
Compare
Choose a tag to compare
  • Config path template variables are now normalized, which cleans up some output that would sometimes show multiple consecutive directory separators.
  • Positional arguments can now be passed in through STDIN via '-' for the install and upgrade sub commands. For example zef install - will read STDIN and treat each line as an additional positional value.

v0.21.4

13 Feb 01:47
1f100e2
Compare
Choose a tag to compare
  • Moved the usage message for --/precompile-install to a different section
  • Fixed --dry-install to work with staging repos

v0.21.3

09 Feb 22:20
aa4b77d
Compare
Choose a tag to compare
  • Added a --/precompile-install flag to disable precompilation during installation

v0.21.2

03 Dec 20:25
cb8e045
Compare
Choose a tag to compare
  • Fixes for tar detection and usage on OpenBSD

v0.21.1

13 Nov 02:50
22c0715
Compare
Choose a tag to compare
  • We now no longer index distributions from an ecosystem that have an invalid name, as well as not indexing any provided modules that have invalid names.