Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Releases: mattnite/gyro

Release 0.1.1

06 Mar 02:25
Compare
Choose a tag to compare
  • Fix off by one error in tar implementation
  • gyro init works without demanding a github repo
  • duplication checking on gyro add and file parsing
  • root file is scraped from github repos exporting a single package in a gyro.zzz file

Release 0.1.0

29 Jan 03:21
31014f1
Compare
Choose a tag to compare

Initial release of the zkg rewrite, rebranded to gyro because I hate saying "zackage" out loud, also the logo is pretty sick, the artist is Sukhdeep Chandi.

  • Semantic versioning based package archives
  • Ability to pull from multiple package registries, default is astrolabe.pm
  • deps.zig is still generated, but users can get pkgs via @import("gyro").pkgs in build.zig if they use gyro build
  • gyro build works just like zig build, except you can directly import build dependencies, Eg. @import("table-helper")

I'm not making this a v1 release yet because iguanaTLS doesn't have cert validation yet, and I want to have authentication and publishing implemented and secure.

For those wishing to add their packages to astrolabe, please email me. Also a github pages is where the documentation is going to live.