@weezy20/zv 0.5.1 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.5.1 → v0.6.0
4
+
5
+ ## ✨ Features
6
+ - Support installations of non indexed zig versions. MachEngine and many other projects rely on zig versions that are not available in the official zig index. Now `zv` supports installations of non-indexed zig versions as they're most likely present on community mirrors even if not indexed. Maybe a future version of `zv` will expand the index to include the machengine zig index for shasum/size information.
7
+
3
8
  ## v0.5.0 → v0.5.1
4
9
 
5
10
  ## Bug Fixes
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "@weezy20/zv",
26
- "version": "0.5.1"
26
+ "version": "0.6.0"
27
27
  },
28
28
  "node_modules/@isaacs/balanced-match": {
29
29
  "engines": {
@@ -896,5 +896,5 @@
896
896
  }
897
897
  },
898
898
  "requires": true,
899
- "version": "0.5.1"
899
+ "version": "0.6.0"
900
900
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/weezy20/zv/releases/download/v0.5.1",
2
+ "artifactDownloadUrl": "https://github.com/weezy20/zv/releases/download/v0.6.0",
3
3
  "author": "Abhishek Shah <abhishekshah3@gmail.com>",
4
4
  "bin": {
5
5
  "zv": "run-zv.js"
@@ -105,7 +105,7 @@
105
105
  "zipExt": ".tar.gz"
106
106
  }
107
107
  },
108
- "version": "0.5.1",
108
+ "version": "0.6.0",
109
109
  "volta": {
110
110
  "node": "18.14.1",
111
111
  "npm": "9.5.0"