Skip to content

Choose a tag to compare

@github-actions github-actions released this 01 Jan 09:50
  • 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)