Skip to content

Releases: nektro/zigmod

r104

10 Jun 19:10
83fc861

Choose a tag to compare

  • 83fc861 add 'zigmod test' subcommand (Meghan Denny)
  • 3c9d4d8 update to zig 0.16.0 (Meghan Denny)
  • r103

    02 Jun 05:00
    a1ccc65

    Choose a tag to compare

  • a1ccc65 move that line to a place where the script and CI both observe it (Meghan Denny)
  • d439d35 ci needs it too (Meghan Denny)
  • 0656523 test: unset ZIG_LOCAL_CACHE_DIR in this file (Meghan Denny)
  • 36e29e2 cmd/zpm: dont json parse streaming yet (Meghan Denny)
  • ff3bc55 cmd/install: add 0.11 support (Meghan Denny)
  • ca018b4 cmd/install: add 0.12 support (Meghan Denny)
  • 350281d cmd/install: add 0.13 support (Meghan Denny)
  • fbd6a16 cmd/install: make it multi-version, add 0.14 support (Meghan Denny)
  • 3082f47 update to zig 0.15.2 (Meghan Denny)
  • cb23793 the s390x build time slowdown from ^1 is reproducible locally actually (Meghan Denny)
  • 2ddfb3b ci: remove s390x binary (Meghan Denny)
  • r102

    01 Jun 20:53
    b7f8844

    Choose a tag to compare

  • b7f8844 deps: pull in more fixes (Meghan Denny)
  • 5a12603 missed a clean_path fix here (Meghan Denny)
  • r101

    30 May 19:23
    aa9bdac

    Choose a tag to compare

  • aa9bdac ci: update to 0.14.1 (Meghan Denny)
  • 4432fb0 zpm: *facepalm* (Meghan Denny)
  • e289cd3 zpm: log the http code we get when it is not 200 (Meghan Denny)
  • d09373e zpm: remove redirect_behavior = .not_allowed (Meghan Denny)
  • 4ee4645 ci: regenerate the explain tests (Meghan Denny)
  • 9cb286b adapt to changed readUntilDelimiter api (Meghan Denny)
  • c2804f0 ci: remove 'zpm add' test (Meghan Denny)
  • 8e666c9 ci: build release binaries after test (Meghan Denny)
  • 25f1ac6 docs: add missing commands to index (Meghan Denny)
  • bb7bbbf remove a bunch of zig-extras functions (Meghan Denny)
  • 58a1698 replace zfetch with std.http client (Meghan Denny)
  • 773b09f use nfs more (Meghan Denny)
  • d5d2b75 add macos back to CI (Meghan Denny)
  • 386bfa8 add macos support back by introducing zig-sys-darwin (Meghan Denny)
  • 82f021f use nio.fmt (Meghan Denny)
  • f242d84 use extras.parseDigits (Meghan Denny)
  • b32f463 deps: more misc changes (Meghan Denny)
  • 1cdce9c deps: update all (Meghan Denny)
  • 574723d cmd/install: dont .? cachepath (Meghan Denny)
  • 1188d09 cmd/generate: handle when dep is a commit-SHA (Meghan Denny)
  • 3eb06b1 cmd/generate: handle when dep is a system_lib (Meghan Denny)
  • a4d18db ci: remove pull_request action (Meghan Denny)
  • r100

    29 May 11:10
    e84a6a7

    Choose a tag to compare

  • e84a6a7 ci: move 'explain' test up above 'zpm add apple_pie' (Meghan Denny)
  • 4b4d82b ci: use mlugg/setup-zig v2 (Meghan Denny)
  • d4736db cmd: add the install command (Meghan Denny)
  • f35b2ec cmd: add the 'explain' command (Meghan Denny)
  • cedfb30 cmd/init: fix for exe option (Meghan Denny)
  • 4639401 cmd/fetch: add 'skip_libc' decl to deps.zig (Meghan Denny)
  • 8dba61a cmd/fetch: make package_data const (Meghan Denny)
  • 38e07ce cmd/version: small tidy (Meghan Denny)
  • c0e9915 all: remove references to aquila.red the site is still up but its not recommended to use anymore (Meghan Denny)
  • e3c15fa cmd/generate: rename --lock to --locked, oops (Meghan Denny)
  • 414a00b cmd/init: use builtin.zig_version for min_zig_version (Meghan Denny)
  • r99

    01 Jan 09:50

    Choose a tag to compare

    r99
  • 2177ace cmd/init: write a deps.zig so zls doesn't get mad when u open the new files (Meghan Denny)
  • 6c0021b cmd/init: ask if zigmod should write a test.zig (Meghan Denny)
  • f01f9bf cmd/init: ask if zigmod should write the entry point (Meghan Denny)
  • 36bd8b3 cmd/init: ask if zigmod should write a build.zig (Meghan Denny)
  • 75f152b cmd/init: when someone inits package 'X' ask if the entry point is 'X.zig' (Meghan Denny)
  • 98047b0 cmd/init: tidy of writeLibManifest (Meghan Denny)
  • 49d544b cmd/init: check for main.zig and lib.zig in package root too (Meghan Denny)
  • ba55785 cmd/init: no longer require running in a folder with a build.zig (Meghan Denny)
  • 9649704 ci: space these calls out (Meghan Denny)
  • 54cb881 deps: ziglibs/known-folders removed their zigmod.yml (Meghan Denny)
  • 0e0c69c cmd/generate: add a --lock option (Meghan Denny)
  • a95c8a1 cmd/init: add min_zig_version and min_zigmod_version values (Meghan Denny)
  • b6168b6 add min_zigmod_version manifest attribute (Meghan Denny)
  • 1d66aac use 'git describe' for default version instead of hardcoding 'dev' (Meghan Denny)
  • r98

    28 May 09:29

    Choose a tag to compare

    r98
  • 25f3975 funcs: no need to hardcode this when we depend on ansi (Meghan Denny)
  • 977e866 ci: switch from mips64-linux to mips64el-linux artifact (Meghan Denny)
  • 71a068a generate: use same cache path everywhere, closes #112 (Meghan Denny)
  • r97

    23 May 11:11

    Choose a tag to compare

    r97
  • 78188f0 add loongarch64-linux artifact (Meghan Denny)
  • 793e68d add s390x-linux artifact (Meghan Denny)
  • f8a9cc4 add mips64-linux artifact back, with fix abi (Meghan Denny)
  • r96

    22 May 20:14

    Choose a tag to compare

    r96
  • 88ec2c0 ci: remove mips64-linux-musl (Meghan Denny)
  • e11a34d update to Zig 0.14.0 (Meghan Denny)
  • e728892 add support for integrating in ziginfra (Meghan Denny)
  • 9d8f820 remove weird redundancy in utils/funcs.zig (#111) [skip ci] (nmarks)
  • r95

    14 Apr 01:05

    Choose a tag to compare

    r95
  • ca1b3b2 deps.zig: always resolve cachepath to an absolute dir (Meghan Denny)
  • a152744 use splitScalar where possible (Meghan Denny)
  • 5a04ade deps.zig: fix bug from having multiple exes that depend on c code (Meghan Denny)
  • 778d8d5 cmd/init: stop recommending aquila.red (Meghan Denny)
  • 63de486 fix test_repo_all.sh on nixos (Meghan Denny)